We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c96d6b commit 84c58deCopy full SHA for 84c58de
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
SCCACHE_CACHE_SIZE: "60G"
26
steps:
27
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
28
- name: Install toolchain
29
uses: dtolnay/rust-toolchain@nightly
30
- name: Install Wasm toolchain
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "1.73.0"
+channel = "1.74.0"
3
components = ["rustfmt", "clippy"]
4
targets = ["wasm32-unknown-unknown"]
0 commit comments