Skip to content

Commit f83f66a

Browse files
committed
release cargo-dinghy/0.7.2
1 parent 7193c63 commit f83f66a

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

Cargo.lock

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-dinghy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-dinghy"
3-
version = "0.7.2-pre"
3+
version = "0.7.2"
44
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@sonos>", "Thibaut Lorrain <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Cross-compilation made easier"
@@ -17,7 +17,7 @@ edition = "2021"
1717
travis-ci = { repository = "sonos/dinghy" }
1818

1919
[dependencies]
20-
dinghy-lib = { path = "../dinghy-lib" }
20+
dinghy-lib = "0.7.2"
2121
log = "0.4"
2222
clap = { version = "4", features = ["derive"] }
2323
env_logger = "0.10"

0 commit comments

Comments
 (0)