Skip to content

Commit 960e5fa

Browse files
committed
do cargo update
1 parent 2b7e4eb commit 960e5fa

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
run: make dev-format-check
3434
- name: Install clippy
3535
run: rustup component add clippy
36+
- name: Update
37+
run: cargo update
3638
- name: Run clippy
3739
run: cargo clippy -- -D warnings
3840
- name: Check for Wasm

xtokens/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ frame-system = { workspace = true }
1919
sp-io = { workspace = true }
2020
sp-runtime = { workspace = true }
2121
sp-std = { workspace = true }
22+
sp-tracing = "17.0.1"
2223

2324
# polkadot
2425
pallet-xcm = { workspace = true }

xtokens/src/tests.rs

+1
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,7 @@ fn sending_sibling_asset_to_reserve_sibling_with_relay_fee_works() {
708708

709709
#[test]
710710
fn sending_sibling_asset_to_reserve_sibling_with_relay_fee_works_with_relative_self_location() {
711+
sp_tracing::init_for_tests();
711712
TestNet::reset();
712713

713714
ParaD::execute_with(|| {

0 commit comments

Comments
 (0)