From a5304715647814ba43fd97141f94a9ee83e25964 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Fri, 31 Jul 2020 13:52:17 -0400 Subject: Automate periodic Rust Nightly upgrades. This allows the project to have a pinned version of Rust, but also ensures we don't fall too far behind on versions so long as someone (cough) reviews the pull requests regularly. This splits the difference between using nightly directly (and having Travis fail sporadically because of missing rustfmt/clippy) and pinning so that Travis works reliably (and having a large version lag). --- rust-toolchain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-toolchain') diff --git a/rust-toolchain b/rust-toolchain index 4eabcfe..4aec5c6 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2020-07-26 +nightly-2020-06-10 -- cgit v1.2.3