diff --git a/Cargo.lock b/Cargo.lock index a5dca7dc..e3550eca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,7 +404,7 @@ dependencies = [ [[package]] name = "dinghy-build" -version = "0.4.16-pre" +version = "0.4.16" dependencies = [ "bindgen 0.51.0 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.45 (registry+https://github.com/rust-lang/crates.io-index)", @@ -421,7 +421,7 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "dinghy-build 0.4.16-pre", + "dinghy-build 0.4.16", "dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "filetime 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/dinghy-test/Cargo.toml b/dinghy-test/Cargo.toml index aa0331d5..867b00f6 100644 --- a/dinghy-test/Cargo.toml +++ b/dinghy-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dinghy-test" -version = "0.4.16-pre" +version = "0.4.16" authors = ["Mathieu Poumeyrol "] license = "MIT/Apache-2.0" description = "Cross-compilation made easier - see main crate cargo-dinghy"