We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b115390 commit d30863fCopy full SHA for d30863f
1 file changed
.github/workflows/test.yml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
cargo update
39
cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
40
+ cargo update pallet-revive-proc-macro@0.3.1 --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
41
- name: Run clippy
42
run: cargo clippy -- -D warnings
43
- name: Check for Wasm
0 commit comments