diff --git a/crates/mun_runtime_capi/ffi b/crates/mun_runtime_capi/ffi index 038c0d554..71a609bb3 160000 --- a/crates/mun_runtime_capi/ffi +++ b/crates/mun_runtime_capi/ffi @@ -1 +1 @@ -Subproject commit 038c0d554344ccb6e35db5d752b01cf5179d5290 +Subproject commit 71a609bb363147a01b9d380da5e0ef2afb3f1c42 diff --git a/crates/tools/Cargo.toml b/crates/tools/Cargo.toml index e32e3fdc2..20b23d456 100644 --- a/crates/tools/Cargo.toml +++ b/crates/tools/Cargo.toml @@ -9,6 +9,6 @@ teraron = "0.0.1" clap = "2.32.0" failure = "0.1.7" ron = "0.4.2" -cbindgen = { git = "https://github.com/baszalmstra/cbindgen", branch = "fix_lockfile_v2" } +cbindgen = "0.14.0" bindgen = "0.51" difference = "2.0"