Skip to content

Commit 905a0d9

Browse files
committed
release cargo-dinghy/0.4.3
1 parent c23655f commit 905a0d9

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

Cargo.lock

Lines changed: 34 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.4.2-pre"
3+
version = "0.4.3"
44
authors = ["Mathieu Poumeyrol <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Cross-compilation made easier"
@@ -16,7 +16,7 @@ readme = "../README.md"
1616
travis-ci = { repository = "snipsco/dinghy" }
1717

1818
[dependencies]
19-
dinghy-lib = { path = "../dinghy-lib" }
19+
dinghy-lib = "0.4.3"
2020
error-chain = "0.11"
2121
log = "0.4"
2222
pretty_env_logger = "0.3"

0 commit comments

Comments
 (0)