From 65ba1641a12d1658254eaf86f8598ccf20d1c6ce Mon Sep 17 00:00:00 2001 From: Thibaut Lorrain Date: Thu, 4 Aug 2022 16:50:19 +0200 Subject: [PATCH] release cargo-dinghy/0.6.1 --- cargo-dinghy/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cargo-dinghy/Cargo.toml b/cargo-dinghy/Cargo.toml index f99aa0fb..6dcb784d 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.6.1-pre" +version = "0.6.1" authors = ["Mathieu Poumeyrol ", "Thibaut Lorrain "] license = "MIT/Apache-2.0" description = "Cross-compilation made easier" @@ -17,7 +17,7 @@ edition = "2021" travis-ci = { repository = "snipsco/dinghy" } [dependencies] -dinghy-lib = { path = "../dinghy-lib" } +dinghy-lib = "0.6.1" log = "0.4" clap = { version = "3.1.18", features = ["derive"] } env_logger = "0.9"