We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ef5cb commit 7635e69Copy full SHA for 7635e69
.github/workflows/coverage.yml
@@ -37,6 +37,7 @@ jobs:
37
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
38
make Cargo.toml
39
cargo update
40
+ cargo update base64ct --precise 1.6.0 # 1.8.0 requires the Cargo feature called `edition2024`
41
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
42
- name: Upload to codecov.io
43
uses: codecov/codecov-action@v5
.github/workflows/test.yml
@@ -36,6 +36,7 @@ jobs:
36
- name: Update
run: |
- name: Run clippy
run: cargo clippy -- -D warnings
- name: Check for Wasm
0 commit comments