diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 65fbe4e10..6986f5429 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -30,8 +30,8 @@ log = "0.4" proc-macro2 = "1.0.11" quote = "1.0" indoc = "1.0" -#autocxx-bindgen = { version = "=0.69.5", default-features = false, features = ["logging", "which-rustfmt"] } -autocxx-bindgen = { git = "https://github.com/adetaylor/rust-bindgen", branch = "merge-0.70.1", default-features = false, features = ["logging", "which-rustfmt"] } +autocxx-bindgen = { version = "=0.70.1", default-features = false, features = ["logging", "which-rustfmt"] } +#autocxx-bindgen = { git = "https://github.com/adetaylor/rust-bindgen", branch = "merge-0.70.1", default-features = false, features = ["logging", "which-rustfmt"] } itertools = "0.10.3" cc = { version = "1.0", optional = true } # Note: Keep the patch-level version of cxx-gen and cxx in sync.