diff --git a/Cargo.lock b/Cargo.lock index 1181a537..5548a1a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "dinghy-test" -version = "0.4.19-pre" +version = "0.4.19" [[package]] name = "dirs" diff --git a/dinghy-lib/Cargo.toml b/dinghy-lib/Cargo.toml index b281994a..d672389a 100644 --- a/dinghy-lib/Cargo.toml +++ b/dinghy-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dinghy-lib" -version = "0.4.19-pre" +version = "0.4.19" authors = ["Mathieu Poumeyrol "] license = "MIT/Apache-2.0" description = "Cross-compilation made easier - see main crate cargo-dinghy" @@ -14,7 +14,7 @@ categories = [ "development-tools::cargo-plugins", "development-tools::testing" readme = "../README.md" [dependencies] -dinghy-build = { path = "../dinghy-build" } +dinghy-build = "0.4.19" dirs = "1.0.4" error-chain = "0.12" failure = "0.1.6"