Skip to content

Commit

Permalink
release cargo-dinghy/0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Apr 13, 2023
1 parent 5692a83 commit 961e79e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-dinghy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cargo-dinghy"
version = "0.6.4-pre"
version = "0.6.4"
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@sonos>", "Thibaut Lorrain <thibaut.lorrain@sonos.com>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier"
Expand All @@ -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"
Expand Down

0 comments on commit 961e79e

Please sign in to comment.