diff --git a/Cargo.lock b/Cargo.lock index c665c184..2a477496 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,20 @@ dependencies = [ "log", ] +[[package]] +name = "dinghy-build" +version = "0.4.46" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2b557aad665f9746c7f570a0548864816f74564094864939e95763243d681b6" +dependencies = [ + "cc", + "error-chain", + "log", +] + [[package]] name = "dinghy-lib" -version = "0.4.46-pre" +version = "0.4.46" 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.46 (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 5b7b9f3d..ae749b91 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.4.46-pre" +version = "0.4.46" 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.46" error-chain = "0.12" log = "0.4" clap = "2.32"