Skip to content

Commit 7635e69

Browse files
committed
add workaround
1 parent b8ef5cb commit 7635e69

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ 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`
4041
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4142
- name: Upload to codecov.io
4243
uses: codecov/codecov-action@v5

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Update
3737
run: |
3838
cargo update
39+
cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
3940
- name: Run clippy
4041
run: cargo clippy -- -D warnings
4142
- name: Check for Wasm

0 commit comments

Comments
 (0)