From 0854d3a4e7626226d4265664051103058a5fc5e3 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Mon, 15 Feb 2021 18:26:35 +0100 Subject: [PATCH] release dinghy-lib/0.4.55 --- Cargo.lock | 2 +- dinghy-lib/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9df12bb..deb4c52b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,7 +430,7 @@ dependencies = [ [[package]] name = "dinghy-test" -version = "0.4.55-pre" +version = "0.4.55" [[package]] name = "dirs" diff --git a/dinghy-lib/Cargo.toml b/dinghy-lib/Cargo.toml index 82188e19..5cd8ced1 100644 --- a/dinghy-lib/Cargo.toml +++ b/dinghy-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dinghy-lib" -version = "0.4.55-pre" +version = "0.4.55" authors = ["Mathieu Poumeyrol "] license = "MIT/Apache-2.0" description = "Cross-compilation made easier - see main crate cargo-dinghy" @@ -16,7 +16,7 @@ edition = "2018" [dependencies] anyhow = "1" -dinghy-build = { path = "../dinghy-build" } +dinghy-build = "0.4.55" dirs = "3" failure = "0.1.6" filetime = "0.2"