fix: propagate std feature to pezkuwi-subxt-core in subxt and rpcs crates

This commit is contained in:
2026-02-13 21:17:38 +03:00
parent 098963d62f
commit 2db495939a
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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
View File
@@ -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 = []