Start relying on Rust 1.39.0

This commit is contained in:
Sean Bowe 2019-12-12 11:31:00 -07:00
parent 18aceea225
commit 01ab2bd3df
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
2 changed files with 4 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.37.0
toolchain: 1.39.0
override: true
# cargo fmt does not build the code, and running it in a fresh clone of
@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.37.0
toolchain: 1.39.0
override: true
- name: cargo fetch
uses: actions-rs/cargo@v1
@ -71,7 +71,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.37.0
toolchain: 1.39.0
override: true
- name: Install cargo-tarpaulin
uses: actions-rs/cargo@v1

1
rust-toolchain Normal file
View File

@ -0,0 +1 @@
1.39.0