Skip to content

Commit

Permalink
post-release 0.8.1-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
fredszaq committed Nov 18, 2024
1 parent db1f722 commit b48df5b
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 77 deletions.
129 changes: 59 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cargo-dinghy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-dinghy"
version = "0.8.0"
version = "0.8.1-pre"
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@sonos>", "Thibaut Lorrain <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier"
Expand All @@ -17,7 +17,7 @@ edition = "2021"
travis-ci = { repository = "sonos/dinghy" }

[dependencies]
dinghy-lib = "0.8.0"
dinghy-lib = { path = "../dinghy-lib" }
log = "0.4"
clap = { version = "4", features = ["derive"] }
env_logger = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion dinghy-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dinghy-build"
version = "0.8.0"
version = "0.8.1-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier - helpers for build.rs scripts"
Expand Down
4 changes: 2 additions & 2 deletions dinghy-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dinghy-lib"
version = "0.8.0"
version = "0.8.1-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier - see main crate cargo-dinghy"
Expand All @@ -16,7 +16,7 @@ edition = "2018"

[dependencies]
anyhow = "1"
dinghy-build = "0.8.0"
dinghy-build = { path = "../dinghy-build" }
dirs = "5"
filetime = "0.2"
log = "0.4"
Expand Down
Loading

0 comments on commit b48df5b

Please sign in to comment.