From 4bbb12609e77d2152c4dcf3bcbf52a152e5155ae Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Tue, 9 Feb 2021 15:02:41 +0100 Subject: [PATCH] release cargo-dinghy/0.4.47 --- Cargo.lock | 15 +++++++++++++-- cargo-dinghy/Cargo.toml | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6093779..ee8ef324 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,20 @@ dependencies = [ "log", ] +[[package]] +name = "dinghy-build" +version = "0.4.47" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81db9a727ec58bb46ee92e28b9ff4be90f51fe86d4e342c18efd8efe17816ef4" +dependencies = [ + "cc", + "error-chain", + "log", +] + [[package]] name = "dinghy-lib" -version = "0.4.47-pre" +version = "0.4.47" 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.47 (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 b3ee6216..ba591247 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.4.47-pre" +version = "0.4.47" 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.47" error-chain = "0.12" log = "0.4" clap = "2.32"