fix: propagate std feature to pezkuwi-subxt-core in subxt and rpcs crates
This commit is contained in:
Vendored
+1
@@ -57,6 +57,7 @@ std = [
|
|||||||
"serde/std",
|
"serde/std",
|
||||||
"serde_json/std",
|
"serde_json/std",
|
||||||
"tracing/std",
|
"tracing/std",
|
||||||
|
"pezkuwi-subxt-core?/std",
|
||||||
]
|
]
|
||||||
serde = []
|
serde = []
|
||||||
runtime-benchmarks = ["pezkuwi-subxt-core?/runtime-benchmarks"]
|
runtime-benchmarks = ["pezkuwi-subxt-core?/runtime-benchmarks"]
|
||||||
|
|||||||
+1
@@ -90,6 +90,7 @@ std = [
|
|||||||
"serde/std",
|
"serde/std",
|
||||||
"serde_json/std",
|
"serde_json/std",
|
||||||
"tracing/std",
|
"tracing/std",
|
||||||
|
"pezkuwi-subxt-core/std",
|
||||||
]
|
]
|
||||||
try-runtime = ["pezsp-keyring/try-runtime", "pezsp-runtime/try-runtime"]
|
try-runtime = ["pezsp-keyring/try-runtime", "pezsp-runtime/try-runtime"]
|
||||||
serde = []
|
serde = []
|
||||||
|
|||||||
Reference in New Issue
Block a user