From 4749191735533eef2159c9482baa9bce1c066244 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Mon, 15 Feb 2021 20:10:56 +0100 Subject: [PATCH] release cargo-dinghy/0.4.60 --- Cargo.lock | 15 +++++++++++++-- cargo-dinghy/Cargo.toml | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25565f5e..c3dce0f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,9 +393,20 @@ dependencies = [ "log", ] +[[package]] +name = "dinghy-build" +version = "0.4.60" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dd98e252ebe7292d9f82f1aa5ff898877fdbc606584db667f53795514083a15" +dependencies = [ + "cc", + "error-chain", + "log", +] + [[package]] name = "dinghy-lib" -version = "0.4.60-pre" +version = "0.4.60" 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.60 (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 9791bd33..03f1a9af 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.4.60-pre" +version = "0.4.60" 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.60" error-chain = "0.12" log = "0.4" clap = "2.32"