diff --git a/Cargo.lock b/Cargo.lock index 28f15040..7c420ed0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,20 @@ dependencies = [ "log", ] +[[package]] +name = "dinghy-build" +version = "0.4.57" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b76e4f0dc65cdc20edb961eaac30c2eb2b4744e97098d4ba146d6e191e79afff" +dependencies = [ + "cc", + "error-chain", + "log", +] + [[package]] name = "dinghy-lib" -version = "0.4.57-pre" +version = "0.4.57" 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.57 (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 444c6f38..d827644b 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.4.57-pre" +version = "0.4.57" 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.57" error-chain = "0.12" log = "0.4" clap = "2.32"