diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2020-06-26 19:42:56 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2020-06-26 19:42:56 -0400 |
| commit | 6b271b72d91ece90325b7d1691759d1c2b25707f (patch) | |
| tree | b825d4a4f9e3bf4a6eb987f1c43fe795c01df508 | |
| parent | ce432438c8be147135f6c56bdd3229834bff2aa6 (diff) | |
Revert to nightly.
As of the 20th, nightly once again has rustfmt, and Travis should build cleanly. I've made no real effort to find a long-term solution - I'm sure sooner or later nightly will lose critical binaries again, breaking the test suite, but I also don't want to pin to nightly-as-of-a-date as I will almost certainly forget to ever upgrade Rust.
| -rw-r--r-- | .travis.yml | 4 | ||||
| -rw-r--r-- | rust-toolchain | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index db31059..5e41e58 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: rust -# 2020-06-17 - nightly hasn't had rustfmt since 2020-06-10, so builds fail on -# that toolchain. We want to use it as far as is possible, though. rust: - - nightly-2020-06-10 + - nightly cache: cargo diff --git a/rust-toolchain b/rust-toolchain index 4aec5c6..bf867e0 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2020-06-10 +nightly |
