diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-06-17 18:04:52 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-06-17 18:16:34 -0400 |
| commit | cc4d61afc17197bf5f7b7f4e6b7fcd813457b0b2 (patch) | |
| tree | 738ca20fb599810ca660303d03f5bcc4fc01d474 /rust-toolchain | |
| parent | f9c86687fd03a787436f9975c44d25833291ea6f (diff) | |
Switch Travis to a dated Nightly.
As of 2020-06-17, rustup nightlies are missing rustfmt, rls, and a few
other components we care about. Pin the rust version, for now, as we
need those components for testing.
Check <https://rust-lang.github.io/rustup-components-history/> to
monitor the contents of nightly releases.
Diffstat (limited to 'rust-toolchain')
| -rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index bf867e0..4aec5c6 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly +nightly-2020-06-10 |
