Skip to content

Commit

Permalink
Merge branch 'dtolnay:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kuecks authored Mar 6, 2024
2 parents fd03e02 + b63fec7 commit 5ee925d
Show file tree
Hide file tree
Showing 44 changed files with 2,728 additions and 2,632 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cxx"
version = "1.0.116"
version = "1.0.119"
authors = ["David Tolnay <[email protected]>"]
categories = ["development-tools::ffi", "api-bindings", "no-std"]
description = "Safe interop between Rust and C++"
Expand All @@ -23,15 +23,15 @@ alloc = []
std = ["alloc"]

[dependencies]
cxxbridge-macro = { version = "=1.0.116", path = "macro" }
cxxbridge-macro = { version = "=1.0.119", path = "macro" }
link-cplusplus = "1.0.9"

[build-dependencies]
cc = "1.0.79"
cxxbridge-flags = { version = "=1.0.116", path = "flags", default-features = false }
cc = "1.0.83"
cxxbridge-flags = { version = "=1.0.119", path = "flags", default-features = false }

[dev-dependencies]
cxx-build = { version = "=1.0.116", path = "gen/build" }
cxx-build = { version = "=1.0.119", path = "gen/build" }
cxx-gen = { version = "0.7", path = "gen/lib" }
cxx-test-suite = { version = "0", path = "tests/ffi" }
rustversion = "1.0.13"
Expand Down
8 changes: 4 additions & 4 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module(name = "cxx.rs")

bazel_dep(name = "bazel_skylib", version = "1.5.0")
bazel_dep(name = "rules_rust", version = "0.38.0")
bazel_dep(name = "rules_rust", version = "0.40.0")

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
Expand All @@ -14,12 +14,12 @@ register_toolchains("@rust_toolchains//:all")
crate_repositories = use_extension("//tools/bazel:extension.bzl", "crate_repositories")
use_repo(
crate_repositories,
"vendor__cc-1.0.83",
"vendor__clap-4.5.0",
"vendor__cc-1.0.89",
"vendor__clap-4.5.1",
"vendor__codespan-reporting-0.11.1",
"vendor__once_cell-1.19.0",
"vendor__proc-macro2-1.0.78",
"vendor__quote-1.0.35",
"vendor__scratch-1.0.7",
"vendor__syn-2.0.48",
"vendor__syn-2.0.52",
)
Loading

0 comments on commit 5ee925d

Please sign in to comment.