Skip to content

Commit

Permalink
release cargo-dinghy/0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fredszaq committed Jun 17, 2024
1 parent 7193c63 commit f83f66a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 13 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-dinghy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-dinghy"
version = "0.7.2-pre"
version = "0.7.2"
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 = "sonos/dinghy" }

[dependencies]
dinghy-lib = { path = "../dinghy-lib" }
dinghy-lib = "0.7.2"
log = "0.4"
clap = { version = "4", features = ["derive"] }
env_logger = "0.10"
Expand Down

0 comments on commit f83f66a

Please sign in to comment.