Skip to content

Commit 6373120

Browse files
committed
remove workaround
1 parent f747ad9 commit 6373120

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +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 -p xcm-procedural --precise 10.1.0
4140
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4241
- name: Upload to codecov.io
4342
uses: codecov/codecov-action@v3

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- name: Update
3737
run: |
3838
cargo update
39-
cargo update -p xcm-procedural --precise 10.1.0
4039
- name: Run clippy
4140
run: cargo clippy -- -D warnings
4241
- name: Check for Wasm

0 commit comments

Comments
 (0)