diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-10-13 19:43:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-13 19:43:49 -0500 |
commit | f0b8dad063b459db12ac27d44afff32cd6923d30 (patch) | |
tree | ded58d2d66982725254e0a088ce22e5c09f99fa8 | |
parent | d0159be172fcd98b4661d8084f23f81507c73f29 (diff) | |
parent | c716da5cd0bf4eac4dd9a5effb6ca083d24a15d2 (diff) | |
download | servo-f0b8dad063b459db12ac27d44afff32cd6923d30.tar.gz servo-f0b8dad063b459db12ac27d44afff32cd6923d30.zip |
Auto merge of #18868 - Eijebong:bump_rust_version, r=nox
Update Rust to 1.22.0-nightly (dcbbfb6e8 2017-10-12)
This fixes an ICE when compiling servo with CARGO_INCREMENTAL=1
<!-- 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/18868)
<!-- Reviewable:end -->
-rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index 326f58947d5..1a7e6e46867 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2017-10-12 +nightly-2017-10-13 |