From b9936ccf924fd2ee4abd090b11de7f63c18ececb Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Wed, 13 Feb 2019 12:03:47 +0100 Subject: [PATCH] release dinghy-test/0.4.7 --- Cargo.lock | 4 ++-- dinghy-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b92a545..f6a1ce32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -404,7 +404,7 @@ dependencies = [ [[package]] name = "dinghy-build" -version = "0.4.7-pre" +version = "0.4.7" dependencies = [ "bindgen 0.47.1 (registry+https://github.com/rust-lang/crates.io-index)", "cc 1.0.29 (registry+https://github.com/rust-lang/crates.io-index)", @@ -421,7 +421,7 @@ dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation-sys 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "dinghy-build 0.4.7-pre", + "dinghy-build 0.4.7", "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/dinghy-test/Cargo.toml b/dinghy-test/Cargo.toml index 9a94e8e6..e497d97d 100644 --- a/dinghy-test/Cargo.toml +++ b/dinghy-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dinghy-test" -version = "0.4.7-pre" +version = "0.4.7" authors = ["Mathieu Poumeyrol "] license = "MIT/Apache-2.0" description = "Cross-compilation made easier - see main crate cargo-dinghy"