Update to Rust 1.10.0-nightly (2b79e05a0 2016-05-13)

This commit is contained in:
Anthony Ramine 2016-05-14 21:08:02 +02:00
parent d6509dc4c6
commit 78e3b1a326
6 changed files with 28 additions and 36 deletions

4
ports/cef/Cargo.lock generated
View file

@ -1532,7 +1532,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tenacious 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2068,7 +2068,7 @@ dependencies = [
[[package]]
name = "tenacious"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]

View file

@ -403,7 +403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tenacious 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -571,7 +571,7 @@ dependencies = [
[[package]]
name = "tenacious"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]

4
ports/gonk/Cargo.lock generated
View file

@ -1524,7 +1524,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "plugins"
version = "0.0.1"
dependencies = [
"tenacious 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tenacious 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@ -2058,7 +2058,7 @@ dependencies = [
[[package]]
name = "tenacious"
version = "0.2.0"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]