Skip to content

Commit 3c53f15

Browse files
authored
Merge pull request #1376 from google/rev-autocxx-bindgen-0.69.4
Revise to autocxx-bindgen 0.69.4.
2 parents d944358 + b3b5693 commit 3c53f15

File tree

2 files changed

+4
-38
lines changed

2 files changed

+4
-38
lines changed

Cargo.lock

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

engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ log = "0.4"
3030
proc-macro2 = "1.0.11"
3131
quote = "1.0"
3232
indoc = "1.0"
33-
autocxx-bindgen = { version = "=0.65.1", default-features = false, features = ["logging", "which-rustfmt"] }
33+
autocxx-bindgen = { version = "=0.69.5", default-features = false, features = ["logging", "which-rustfmt"] }
3434
#autocxx-bindgen = { git = "https://github.com/maurer/rust-bindgen", branch = "update-0.65.1", default-features = false, features = ["logging", "which-rustfmt"] }
3535
itertools = "0.10.3"
3636
cc = { version = "1.0", optional = true }

0 commit comments

Comments
 (0)