diff --git a/Cargo.lock b/Cargo.lock index deb4c52b..8a3c389f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,20 @@ dependencies = [ "log", ] +[[package]] +name = "dinghy-build" +version = "0.4.55" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb9c2f9952f166400430d205edd1f813f5a2b2a6a3c5329f8e4b545573d18cfa" +dependencies = [ + "cc", + "error-chain", + "log", +] + [[package]] name = "dinghy-lib" -version = "0.4.55-pre" +version = "0.4.55" dependencies = [ "anyhow", "atty", @@ -403,7 +414,7 @@ dependencies = [ "clap", "core-foundation 0.7.0", "core-foundation-sys 0.7.0", - "dinghy-build", + "dinghy-build 0.4.55 (registry+https://github.com/rust-lang/crates.io-index)", "dirs", "env_logger", "failure", diff --git a/cargo-dinghy/Cargo.toml b/cargo-dinghy/Cargo.toml index b7b04c5c..c77ba06c 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.4.55-pre" +version = "0.4.55" authors = ["Mathieu Poumeyrol "] license = "MIT/Apache-2.0" description = "Cross-compilation made easier" @@ -17,7 +17,7 @@ edition = "2018" travis-ci = { repository = "snipsco/dinghy" } [dependencies] -dinghy-lib = { path = "../dinghy-lib" } +dinghy-lib = "0.4.55" error-chain = "0.12" log = "0.4" clap = "2.32"