Skip to content

Commit

Permalink
Use sp-tracing, instead of tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondkfcheung committed Feb 21, 2025
1 parent 5267ca8 commit da61e6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cumulus/parachains/runtimes/assets/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ std = [
"scale-info/std",
"sp-api/std",
"sp-runtime/std",
"tracing/std",
"sp-tracing/std",
"xcm-builder/std",
"xcm-executor/std",
"xcm/std",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hex-literal = { workspace = true, default-features = true }
scale-info = { features = ["derive"], workspace = true }
serde = { optional = true, features = ["derive"], workspace = true, default-features = true }
serde_json = { features = ["alloc"], workspace = true }
tracing = { workspace = true }
sp-tracing = { workspace = true }

# Substrate
frame-benchmarking = { optional = true, workspace = true }
Expand Down Expand Up @@ -214,7 +214,7 @@ std = [
"sp-version/std",
"substrate-wasm-builder",
"testnet-parachains-constants/std",
"tracing/std",
"sp-tracing/std",
"westend-runtime-constants/std",
"xcm-builder/std",
"xcm-executor/std",
Expand Down
4 changes: 2 additions & 2 deletions polkadot/xcm/xcm-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sp-core = { workspace = true }
sp-io = { workspace = true }
sp-runtime = { workspace = true }
sp-weights = { workspace = true }
tracing = { workspace = true }
sp-tracing = { workspace = true }
xcm = { workspace = true }
xcm-executor = { workspace = true }

Expand Down Expand Up @@ -76,7 +76,7 @@ std = [
"sp-io/std",
"sp-runtime/std",
"sp-weights/std",
"tracing/std",
"sp-tracing/std",
"xcm-executor/std",
"xcm/std",
]

0 comments on commit da61e6e

Please sign in to comment.