Auto merge of #13055 - servo:rustup, r=metajack

(Do not merge) Update Rust to 1.13.0-nightly (198713106 2016-08-26)

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13055)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-08-28 07:53:33 -05:00 committed by GitHub
commit 1c2b45f87f
64 changed files with 1428 additions and 2636 deletions

View file

@ -65,7 +65,7 @@ script_traits = {path = "../script_traits"}
selectors = {version = "0.11", features = ["heap_size"]}
serde = "0.8"
smallvec = "0.1"
string_cache = {version = "0.2.23", features = ["heap_size", "unstable"]}
string_cache = {version = "0.2.25", features = ["heap_size", "unstable"]}
style = {path = "../style"}
time = "0.1.12"
url = {version = "1.2", features = ["heap_size", "query_encoding"]}