Skip to content

Commit 773874b

Browse files
committed
update
1 parent 13d93e1 commit 773874b

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
3838
make Cargo.toml
3939
cargo update
40-
cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
41-
cargo update pallet-revive-proc-macro --precise 0.3.0 # TODO: https://github.com/paritytech/polkadot-sdk/issues/9425
4240
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4341
- name: Upload to codecov.io
4442
uses: codecov/codecov-action@v5

.github/workflows/zepter.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ jobs:
3030
- run: |
3131
make Cargo.toml
3232
cargo update
33-
cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
3433
- name: Check Rust features
3534
run: make dev-features-check

0 commit comments

Comments
 (0)