diff --git a/Cargo.lock b/Cargo.lock index f6a1ce32..95ba0056 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "dinghy-test" -version = "0.4.7-pre" +version = "0.4.7" [[package]] name = "dirs" diff --git a/dinghy-lib/Cargo.toml b/dinghy-lib/Cargo.toml index 5be258cb..0eb9a0fb 100644 --- a/dinghy-lib/Cargo.toml +++ b/dinghy-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dinghy-lib" -version = "0.4.7-pre" +version = "0.4.7" 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.7" dirs = "1.0.4" error-chain = "0.11" filetime = "0.2"