]> git.lizzy.rs Git - rust.git/commitdiff
Update to a nightly with rustc::ty::layout.
authorScott Olson <scott@solson.me>
Sat, 23 Apr 2016 06:11:56 +0000 (00:11 -0600)
committerScott Olson <scott@solson.me>
Sat, 23 Apr 2016 06:11:56 +0000 (00:11 -0600)
.travis.yml
README.md

index 598ea9852e56ee1a6a35dd8d30a78fa4f5416c22..e152db5422709cb975e2ba159e72c1bb1d4fe756 100644 (file)
@@ -1,6 +1,6 @@
 language: rust
 rust:
-- nightly-2016-04-11
+- nightly-2016-04-21
 - nightly
 matrix:
   allow_failures:
index 5a4e274317031561422426aa180aada9642a79ab..26d1278ceb846e24eda6ff6b2fc5cc5be704d6e7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -15,26 +15,26 @@ I currently recommend that you install [multirust][multirust] and then use it to
 install the current rustc nightly version that works with Miri:
 
 ```sh
-multirust update nightly-2016-04-11
+multirust update nightly-2016-04-21
 ```
 
 ## Build
 
 ```sh
-multirust run nightly-2016-04-11 cargo build
+multirust run nightly-2016-04-21 cargo build
 ```
 
 ## Run a test
 
 ```sh
-multirust run nightly-2016-04-11 cargo run -- \
-  --sysroot $HOME/.multirust/toolchains/nightly-2016-04-11 \
+multirust run nightly-2016-04-21 cargo run -- \
+  --sysroot $HOME/.multirust/toolchains/nightly-2016-04-21 \
   test/filename.rs
 ```
 
 If you are using [rustup][rustup] (the name of the multirust rewrite in Rust),
 the `sysroot` path will also include your build target (e.g.
-`$HOME/.multirust/toolchains/nightly-2016-04-11-x86_64-apple-darwin`). You can
+`$HOME/.multirust/toolchains/nightly-2016-04-21-x86_64-apple-darwin`). You can
 see the current toolchain's directory by running `rustup which cargo` (ignoring
 the trailing `/bin/cargo`).