Skip to content

Commit c7708aa

Browse files
committed
release cargo-dinghy/0.4.51
1 parent a49d7fb commit c7708aa

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

Cargo.lock

+13-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-dinghy/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cargo-dinghy"
3-
version = "0.4.51-pre"
3+
version = "0.4.51"
44
authors = ["Mathieu Poumeyrol <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Cross-compilation made easier"
@@ -17,7 +17,7 @@ edition = "2018"
1717
travis-ci = { repository = "snipsco/dinghy" }
1818

1919
[dependencies]
20-
dinghy-lib = { path = "../dinghy-lib" }
20+
dinghy-lib = "0.4.51"
2121
error-chain = "0.12"
2222
log = "0.4"
2323
clap = "2.32"

0 commit comments

Comments
 (0)