From 82efcd43a2846bcea65081763d165f98bd2f2625 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Wed, 13 Feb 2019 12:04:02 +0100 Subject: [PATCH] release dinghy-lib/0.4.7 --- Cargo.lock | 2 +- dinghy-lib/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6a1ce32..95ba0056 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "dinghy-test" -version = "0.4.7-pre" +version = "0.4.7" [[package]] name = "dirs" diff --git a/dinghy-lib/Cargo.toml b/dinghy-lib/Cargo.toml index 5be258cb..0eb9a0fb 100644 --- a/dinghy-lib/Cargo.toml +++ b/dinghy-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dinghy-lib" -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" @@ -14,7 +14,7 @@ categories = [ "development-tools::cargo-plugins", "development-tools::testing" readme = "../README.md" [dependencies] -dinghy-build = { path = "../dinghy-build" } +dinghy-build = "0.4.7" dirs = "1.0.4" error-chain = "0.11" filetime = "0.2"