Pin to a nightly rustc

This commit is contained in:
Sean McArthur
2019-09-11 15:39:25 -07:00
parent 5356776834
commit 5a337ba739
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ matrix:
# Check rustfmt # Check rustfmt
- name: "rustfmt check" - name: "rustfmt check"
rust: stable rust: stable
env: RUSTUP_TOOLCHAIN="stable"
install: rustup component add rustfmt install: rustup component add rustfmt
script: cargo fmt -- --check script: cargo fmt -- --check

1
rust-toolchain Normal file
View File

@@ -0,0 +1 @@
nightly-2019-09-09