From b1fdcc5a08aba3c54d4aeba4b86ea05aec1e374c Mon Sep 17 00:00:00 2001 From: Thibaut Lorrain Date: Wed, 6 Jul 2022 14:49:41 +0200 Subject: [PATCH] release cargo-dinghy/0.5.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 950bb2f1..e9f4c4ec 100644 --- a/cargo-dinghy/Cargo.toml +++ b/cargo-dinghy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-dinghy" -version = "0.5.0-pre" +version = "0.5.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.5.0" log = "0.4" clap = { version = "3.1.18", features = ["derive"] } env_logger = "0.9"