Skip to content

Commit b48df5b

Browse files
committed
post-release 0.8.1-pre
1 parent db1f722 commit b48df5b

File tree

6 files changed

+66
-77
lines changed

6 files changed

+66
-77
lines changed

Cargo.lock

Lines changed: 59 additions & 70 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.8.0"
3+
version = "0.8.1-pre"
44
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@sonos>", "Thibaut Lorrain <thibaut.lorrain@sonos.com>"]
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 = "0.8.0"
20+
dinghy-lib = { path = "../dinghy-lib" }
2121
log = "0.4"
2222
clap = { version = "4", features = ["derive"] }
2323
env_logger = "0.10"

dinghy-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dinghy-build"
3-
version = "0.8.0"
3+
version = "0.8.1-pre"
44
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@snips.ai>"]
55
license = "MIT/Apache-2.0"
66
description = "Cross-compilation made easier - helpers for build.rs scripts"

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.8.0"
3+
version = "0.8.1-pre"
44
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@snips.ai>"]
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 = "0.8.0"
19+
dinghy-build = { path = "../dinghy-build" }
2020
dirs = "5"
2121
filetime = "0.2"
2222
log = "0.4"

0 commit comments

Comments
 (0)