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_json/std",
|
||||
"tracing/std",
|
||||
"pezkuwi-subxt-core?/std",
|
||||
]
|
||||
serde = []
|
||||
runtime-benchmarks = ["pezkuwi-subxt-core?/runtime-benchmarks"]
|
||||
|
||||
+1
@@ -90,6 +90,7 @@ std = [
|
||||
"serde/std",
|
||||
"serde_json/std",
|
||||
"tracing/std",
|
||||
"pezkuwi-subxt-core/std",
|
||||
]
|
||||
try-runtime = ["pezsp-keyring/try-runtime", "pezsp-runtime/try-runtime"]
|
||||
serde = []
|
||||
|
||||
Reference in New Issue
Block a user