Skip to content

Commit

Permalink
do cargo update
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc committed Nov 10, 2024
1 parent 2b7e4eb commit 54c67a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: rustup target add wasm32-unknown-unknown
- name: Check format
run: make dev-format-check
- name: Update
run: cargo update
- name: Install clippy
run: rustup component add clippy
- name: Run clippy
Expand Down
1 change: 1 addition & 0 deletions xtokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ frame-system = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-std = { workspace = true }
sp-tracing = "17.0.1"

# polkadot
pallet-xcm = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions xtokens/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ fn sending_sibling_asset_to_reserve_sibling_with_relay_fee_works() {

#[test]
fn sending_sibling_asset_to_reserve_sibling_with_relay_fee_works_with_relative_self_location() {
sp_tracing::init_for_tests();
TestNet::reset();

ParaD::execute_with(|| {
Expand Down

0 comments on commit 54c67a7

Please sign in to comment.