We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ec1ea commit b49f1bbCopy full SHA for b49f1bb
1 file changed
.github/workflows/python-ci.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
toolchain: 1.92.0
32
target: wasm32-unknown-unknown
33
+ components: rustfmt, clippy
34
# Disable the built-in cargo cache - we'll use a more sophisticated setup below
35
cache: false
36
- name: Set up nightly Rust toolchain with rust-src
0 commit comments