Skip to content

Commit c07b0c1

Browse files
committed
release dinghy-lib/0.8.0
1 parent 4012863 commit c07b0c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dinghy-lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dinghy-lib"
3-
version = "0.7.4-pre"
3+
version = "0.8.0"
44
authors = ["Mathieu Poumeyrol <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Cross-compilation made easier - see main crate cargo-dinghy"
@@ -16,7 +16,7 @@ edition = "2018"
1616

1717
[dependencies]
1818
anyhow = "1"
19-
dinghy-build = { path = "../dinghy-build" }
19+
dinghy-build = "0.8.0"
2020
dirs = "5"
2121
filetime = "0.2"
2222
log = "0.4"

0 commit comments

Comments
 (0)