From e29c224f24f5954266a94e4b56d1388ecb07823b Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Wed, 8 Apr 2020 10:01:36 -0700 Subject: [PATCH] Pin nightly rust toolchain to 2020-04-07 --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index be91e9b7ea..30d440813b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: submodules: true - uses: ./.github/actions/install-rust with: - toolchain: nightly + toolchain: nightly-2020-04-07 - run: cargo doc --no-deps --all --exclude wasmtime-cli --exclude test-programs --exclude cranelift-codegen-meta - run: cargo doc --package cranelift-codegen-meta --document-private-items - uses: actions/upload-artifact@v1 @@ -72,7 +72,7 @@ jobs: submodules: true - uses: ./.github/actions/install-rust with: - toolchain: nightly + toolchain: nightly-2020-04-07 # Check some feature combinations of the `wasmtime` crate - run: cargo check --manifest-path crates/api/Cargo.toml --no-default-features @@ -121,7 +121,7 @@ jobs: ref: refs/heads/master - uses: ./.github/actions/install-rust with: - toolchain: nightly + toolchain: nightly-2020-04-07 - run: cargo install cargo-fuzz --vers "^0.7" - run: cargo fetch working-directory: ./fuzz @@ -182,7 +182,7 @@ jobs: rust: beta - build: nightly os: ubuntu-latest - rust: nightly + rust: nightly-2020-04-07 - build: macos os: macos-latest rust: stable