From 4ce2c1648a33e198f49919c0072d8ec0b32cbb02 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Mon, 13 Jan 2020 12:09:00 +0100 Subject: [PATCH] release dinghy-lib/0.4.19 --- Cargo.lock | 2 +- dinghy-lib/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1181a537..5548a1a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "dinghy-test" -version = "0.4.19-pre" +version = "0.4.19" [[package]] name = "dirs" diff --git a/dinghy-lib/Cargo.toml b/dinghy-lib/Cargo.toml index b281994a..d672389a 100644 --- a/dinghy-lib/Cargo.toml +++ b/dinghy-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dinghy-lib" -version = "0.4.19-pre" +version = "0.4.19" 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.19" dirs = "1.0.4" error-chain = "0.12" failure = "0.1.6"