From 40c9255e676b791cb7eaa424ca8bcb3e703657cd Mon Sep 17 00:00:00 2001 From: Mathieu Poumeyrol Date: Wed, 16 Oct 2024 11:27:19 +0200 Subject: [PATCH] release cargo-dinghy/0.7.3 --- 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 1a6240c..6e73c73 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.7.3-pre" +version = "0.7.3" authors = ["Mathieu Poumeyrol ", "Thibaut Lorrain "] license = "MIT/Apache-2.0" description = "Cross-compilation made easier" @@ -17,7 +17,7 @@ edition = "2021" travis-ci = { repository = "sonos/dinghy" } [dependencies] -dinghy-lib = { path = "../dinghy-lib" } +dinghy-lib = "0.7.3" log = "0.4" clap = { version = "4", features = ["derive"] } env_logger = "0.10"