Index: autocxx/engine/Cargo.toml
--- autocxx/engine/Cargo.toml.orig
+++ autocxx/engine/Cargo.toml
@@ -30,7 +30,7 @@ log = "0.4"
 proc-macro2 = "1.0.11"
 quote = "1.0"
 indoc = "1.0"
-autocxx-bindgen = { git = "https://github.com/tchebb/rust-bindgen", branch = "openwv-fixes", default-features = false, features = ["logging", "which-rustfmt"] }
+autocxx-bindgen = { path = "../../autocxx-bindgen/bindgen" }
 itertools = "0.10.3"
 cc = { version = "1.0", optional = true }
 # Note: Keep the patch-level version of cxx-gen and cxx in sync.
