From 01ab2bd3dfabe0c61098d82e09b043ba776638a4 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 12 Dec 2019 11:31:00 -0700 Subject: [PATCH] Start relying on Rust 1.39.0 --- .github/workflows/ci.yml | 6 +++--- rust-toolchain | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 rust-toolchain diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a76eb462c..285d45500 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/rust-toolchain b/rust-toolchain new file mode 100644 index 000000000..5edffce6d --- /dev/null +++ b/rust-toolchain @@ -0,0 +1 @@ +1.39.0