Skip to content

Commit

Permalink
update xcm-procedural:10.1.0 to work
Browse files Browse the repository at this point in the history
  • Loading branch information
zjb0807 committed Jan 9, 2025
1 parent 0367801 commit 25f5a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
tar -zxvf cargo-tarpaulin-x86_64-unknown-linux-musl.tar.gz -C $HOME/.cargo/bin
make Cargo.toml
cargo update
cargo update -p xcm-procedural --precise 10.1.0
cargo tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- name: Install clippy
run: rustup component add clippy
- name: Update
run: cargo update
run: |
cargo update
cargo update -p xcm-procedural --precise 10.1.0
- name: Run clippy
run: cargo clippy -- -D warnings
- name: Check for Wasm
Expand Down

0 comments on commit 25f5a0a

Please sign in to comment.