Skip to content

Commit 25f5a0a

Browse files
committed
update xcm-procedural:10.1.0 to work
1 parent 0367801 commit 25f5a0a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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 -p xcm-procedural --precise 10.1.0
4041
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
4142
- name: Upload to codecov.io
4243
uses: codecov/codecov-action@v3

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
- name: Install clippy
3535
run: rustup component add clippy
3636
- name: Update
37-
run: cargo update
37+
run: |
38+
cargo update
39+
cargo update -p xcm-procedural --precise 10.1.0
3840
- name: Run clippy
3941
run: cargo clippy -- -D warnings
4042
- name: Check for Wasm

0 commit comments

Comments
 (0)