From 961e79ec1ce7f470c38e139a8515f4b934197d3b Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Thu, 13 Apr 2023 17:26:46 +0200 Subject: [PATCH] release cargo-dinghy/0.6.4 --- 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 8eda80d5..4c4d9757 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.6.4-pre" +version = "0.6.4" 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.4" log = "0.4" clap = { version = "3.1.18", features = ["derive"] } env_logger = "0.9"