File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3838 make Cargo.toml
3939 cargo update
4040 cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
41- cargo update pallet-revive-proc-macro@0.3.1 --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
41+ cargo update pallet-revive-proc-macro --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
4242 cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4343 - name : Upload to codecov.io
4444 uses : codecov/codecov-action@v5
Original file line number Diff line number Diff line change 3737 run : |
3838 cargo update
3939 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
40+ cargo update pallet-revive-proc-macro --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
4141 - name : Run clippy
4242 run : cargo clippy -- -D warnings
4343 - name : Check for Wasm
You can’t perform that action at this time.
0 commit comments