Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12)

This commit is contained in:
Anthony Ramine 2016-08-13 14:55:01 +02:00
parent 9f5122f487
commit fc6faf72ee
7 changed files with 10 additions and 10 deletions

View file

@ -294,15 +294,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "compiletest_helper"
version = "0.0.1"
dependencies = [
"compiletest_rs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
"compiletest_rs 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "compiletest_rs"
version = "0.1.3"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]