mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 10:31:04 +00:00
remove gum dependency on jaeger (#2106)
Co-authored-by: Marcin S <marcin@realemail.net>
This commit is contained in:
@@ -8,9 +8,7 @@ license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cpu-time = "1.0.0"
|
||||
futures = "0.3.21"
|
||||
gum = { package = "tracing-gum", path = "../../../gum" }
|
||||
rayon = "1.5.1"
|
||||
|
||||
parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] }
|
||||
|
||||
@@ -18,9 +16,5 @@ polkadot-node-core-pvf-common = { path = "../common" }
|
||||
polkadot-parachain-primitives = { path = "../../../../parachain" }
|
||||
polkadot-primitives = { path = "../../../../primitives" }
|
||||
|
||||
sp-core = { path = "../../../../../substrate/primitives/core" }
|
||||
sp-maybe-compressed-blob = { path = "../../../../../substrate/primitives/maybe-compressed-blob" }
|
||||
sp-tracing = { path = "../../../../../substrate/primitives/tracing" }
|
||||
|
||||
[features]
|
||||
builder = []
|
||||
|
||||
Reference in New Issue
Block a user