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.
rust-toolchain.toml
1 parent add31fc commit c85e833Copy full SHA for c85e833
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
~/.cargo/registry/cache/
25
~/.cargo/git/db/
26
parser/target/
27
- key: ${{ runner.os }}-cargo-v1-${{ hashFiles('**/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-v2-${{ hashFiles('**/rust-toolchain.toml') }}-${{ hashFiles('**/Cargo.lock') }}
28
restore-keys: |
29
${{ runner.os }}-cargo-
30
parser/rust-toolchain.toml
@@ -0,0 +1,4 @@
1
+[toolchain]
2
+channel = "1.81.0"
3
+targets = ["wasm32-unknown-unknown"]
4
+components = ["rustfmt", "clippy"]
0 commit comments