Skip to content

Commit

Permalink
post-release 0.4.7-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Feb 12, 2019
1 parent a48b988 commit 439b867
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 47 deletions.
72 changes: 33 additions & 39 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.4.6"
version = "0.4.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
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.6"
dinghy-lib = { path = "../dinghy-lib" }
error-chain = "0.11"
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.6"
version = "0.4.7-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.4.6"
version = "0.4.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
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.6"
dinghy-build = { path = "../dinghy-build" }
dirs = "1.0.4"
error-chain = "0.11"
filetime = "0.2"
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.6"
version = "0.4.7-pre"
authors = ["Mathieu Poumeyrol <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Cross-compilation made easier - see main crate cargo-dinghy"
Expand Down
4 changes: 2 additions & 2 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 439b867

Please sign in to comment.