Skip to content

Commit 597d6de

Browse files
authored
Merge pull request #1416 from google/roll-bindgen-dec-2024
Roll bindgen dec 2024
2 parents 5e347af + 671926d commit 597d6de

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

Cargo.lock

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

engine/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ log = "0.4"
3030
proc-macro2 = "1.0.11"
3131
quote = "1.0"
3232
indoc = "1.0"
33-
autocxx-bindgen = { version = "=0.70.1", default-features = false, features = ["logging", "which-rustfmt"] }
34-
#autocxx-bindgen = { git = "https://github.com/adetaylor/rust-bindgen", branch = "merge-0.70.1", default-features = false, features = ["logging", "which-rustfmt"] }
33+
autocxx-bindgen = { version = "=0.71.1", default-features = false, features = ["logging", "which-rustfmt"] }
34+
#autocxx-bindgen = { git = "https://github.com/adetaylor/rust-bindgen", branch = "merge-latest-upstream", default-features = false, features = ["logging", "which-rustfmt"] }
3535
itertools = "0.10.3"
3636
cc = { version = "1.0", optional = true }
3737
# Note: Keep the patch-level version of cxx-gen and cxx in sync.

0 commit comments

Comments
 (0)