Skip to content

Commit

Permalink
post-release 0.4.23-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Jan 30, 2020
1 parent 4aca62b commit aec22b3
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 59 deletions.
89 changes: 39 additions & 50 deletions Cargo.lock

Large diffs are not rendered by default.

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.4.22"
version = "0.4.23-pre"
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@snips.ai>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier"
Expand All @@ -16,7 +16,7 @@ readme = "../README.md"
travis-ci = { repository = "snipsco/dinghy" }

[dependencies]
dinghy-lib = "0.4.22"
dinghy-lib = { path = "../dinghy-lib" }
error-chain = "0.12"
log = "0.4"
pretty_env_logger = "0.3"
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.4.22"
version = "0.4.23-pre"
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@snips.ai>"]
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.4.22"
version = "0.4.23-pre"
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@snips.ai>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier - see main crate cargo-dinghy"
Expand All @@ -14,7 +14,7 @@ categories = [ "development-tools::cargo-plugins", "development-tools::testing"
readme = "../README.md"

[dependencies]
dinghy-build = "0.4.22"
dinghy-build = { path = "../dinghy-build" }
dirs = "1.0.4"
error-chain = "0.12"
failure = "0.1.6"
Expand Down
2 changes: 1 addition & 1 deletion dinghy-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dinghy-test"
version = "0.4.22"
version = "0.4.23-pre"
authors = ["Mathieu Poumeyrol <mathieu.poumeyrol@snips.ai>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier - see main crate cargo-dinghy"
Expand Down
5 changes: 2 additions & 3 deletions test-ws/Cargo.lock

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

0 comments on commit aec22b3

Please sign in to comment.