From 7fdbd081e65cdca2b04563d5e8ba17c561fa92a1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 17 Aug 2020 08:16:12 -0500 Subject: [PATCH] Switch back to nightly channel for testing (#2116) I believe the staticvec issues should be resolved now! --- .github/workflows/main.yml | 8 ++++---- Cargo.lock | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4ff741fb684..88674b47d3ed 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,7 +57,7 @@ jobs: submodules: true - uses: ./.github/actions/install-rust with: - toolchain: nightly-2020-07-27 + toolchain: nightly - 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 @@ -92,7 +92,7 @@ jobs: submodules: true - uses: ./.github/actions/install-rust with: - toolchain: nightly-2020-07-27 + toolchain: nightly # Check some feature combinations of the `wasmtime` crate - run: cargo check --manifest-path crates/wasmtime/Cargo.toml --no-default-features @@ -141,7 +141,7 @@ jobs: submodules: true - uses: ./.github/actions/install-rust with: - toolchain: nightly-2020-07-27 + toolchain: nightly - run: cargo install cargo-fuzz --vers "^0.8" - run: cargo fetch working-directory: ./fuzz @@ -192,7 +192,7 @@ jobs: rust: beta - build: nightly os: ubuntu-latest - rust: nightly-2020-07-27 + rust: nightly - build: macos os: macos-latest rust: stable diff --git a/Cargo.lock b/Cargo.lock index 8ddb41033872..aeab366d6d1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,9 +1958,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staticvec" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba02879e2cff631c9dad99168c191fa75201a263e159cc9669d3df58cb242093" +checksum = "4fbd8c65873d2e06991c33399d5e4bccba6ba04743fe99e9656afa0c64137d2c" [[package]] name = "string-interner"