Skip to content

Commit 9bb8bfc

Browse files
committed
remove workaround
1 parent 3acb134 commit 9bb8bfc

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/coverage.yml

-2
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 [email protected] --precise 3.6.12
41-
cargo update [email protected] --precise 3.6.12
4240
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4341
- name: Upload to codecov.io
4442
uses: codecov/codecov-action@v3

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
- name: Update
3737
run: |
3838
cargo update
39-
cargo update [email protected] --precise 3.6.12
40-
cargo update [email protected] --precise 3.6.12
4139
- name: Run clippy
4240
run: cargo clippy -- -D warnings
4341
- name: Check for Wasm

0 commit comments

Comments
 (0)