Skip to content

Commit

Permalink
Update Rust toolchain and CI versions (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 authored Mar 11, 2024
1 parent 6972b2f commit 7ae8b4f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cancel-in-progress: true

container:
image: paritytech/ci-unified:bullseye-1.71.0-v20230727
image: paritytech/ci-unified:bullseye-1.74.0-v20240109

runs-on:
- self-hosted
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
group: check-${{ github.ref }}
cancel-in-progress: true
container:
image: paritytech/ci-unified:bullseye-1.71.0-v20230727
image: paritytech/ci-unified:bullseye-1.74.0-v20240109
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 6 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[toolchain]
channel = "nightly-2023-08-24"
# Note: ahash 0.7.7 and 0.8.6 don’t work with newer nightly versions.
# For the time being sticking to version that works. Setting this to
# never version will likely require `cargo update -p ahash@0.8.3 &&
# cargo update -p ahash@0.7.6`.
channel = "nightly-2024-02-05"
targets = [ "wasm32-unknown-unknown"]
profile = "minimal"
profile = "minimal"

0 comments on commit 7ae8b4f

Please sign in to comment.