From 1535cfde2f3470f4b610cf46fd84f6db59653884 Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Tue, 9 Apr 2024 18:00:49 +0200 Subject: [PATCH] release cargo-dinghy/0.7.0 --- 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 89407186..eb59659d 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.6.9-pre" +version = "0.7.0" 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.7.0" log = "0.4" clap = { version = "4", features = ["derive"] } env_logger = "0.10"