diff --git a/Cargo.toml b/Cargo.toml index 3baa153073f..29f3055721a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo" -version = "0.25.0" +version = "0.26.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -18,7 +18,7 @@ path = "src/cargo/lib.rs" [dependencies] atty = "0.2" -crates-io = { path = "src/crates-io", version = "0.14" } +crates-io = { path = "src/crates-io", version = "0.15" } crossbeam = "0.3" crypto-hash = "0.3" curl = "0.4.6" @@ -79,7 +79,7 @@ features = [ [dev-dependencies] bufstream = "0.1" -cargotest = { path = "tests/cargotest" } +cargotest = { path = "tests/cargotest", version = "0.1" } filetime = "0.1" hamcrest = "=0.1.1" diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index 8dc57558722..e3c56aaa03c 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.14.0" +version = "0.15.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo"