Skip to content

Commit 54c67a7

Browse files
committed
do cargo update
1 parent 2b7e4eb commit 54c67a7

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
run: rustup target add wasm32-unknown-unknown
3232
- name: Check format
3333
run: make dev-format-check
34+
- name: Update
35+
run: cargo update
3436
- name: Install clippy
3537
run: rustup component add clippy
3638
- name: Run clippy

xtokens/Cargo.toml

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)