fix: add missing features to pez-revive-dev-runtime
This commit is contained in:
Generated
+1
@@ -10576,6 +10576,7 @@ dependencies = [
|
|||||||
"parity-scale-codec",
|
"parity-scale-codec",
|
||||||
"pezkuwi-sdk",
|
"pezkuwi-sdk",
|
||||||
"pezsp-debug-derive",
|
"pezsp-debug-derive",
|
||||||
|
"pezsp-runtime",
|
||||||
"scale-info",
|
"scale-info",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -20,10 +20,14 @@ pezkuwi-sdk = { workspace = true, features = [
|
|||||||
"pezpallet-transaction-payment",
|
"pezpallet-transaction-payment",
|
||||||
"pezpallet-transaction-payment-rpc-runtime-api",
|
"pezpallet-transaction-payment-rpc-runtime-api",
|
||||||
"pezkuwi-runtime-common",
|
"pezkuwi-runtime-common",
|
||||||
|
"pezsp-api",
|
||||||
|
"pezsp-keyring",
|
||||||
|
"pezsp-weights",
|
||||||
"runtime",
|
"runtime",
|
||||||
"teyrchains-common",
|
"teyrchains-common",
|
||||||
"with-tracing",
|
"with-tracing",
|
||||||
] }
|
] }
|
||||||
|
pezsp-runtime = { workspace = true }
|
||||||
scale-info = { workspace = true }
|
scale-info = { workspace = true }
|
||||||
serde_json = { workspace = true, default-features = false, features = [
|
serde_json = { workspace = true, default-features = false, features = [
|
||||||
"alloc",
|
"alloc",
|
||||||
@@ -40,6 +44,7 @@ default = ["std"]
|
|||||||
std = [
|
std = [
|
||||||
"codec/std",
|
"codec/std",
|
||||||
"pezkuwi-sdk/std",
|
"pezkuwi-sdk/std",
|
||||||
|
"pezsp-runtime/std",
|
||||||
"scale-info/std",
|
"scale-info/std",
|
||||||
"serde_json/std",
|
"serde_json/std",
|
||||||
"pezsp-debug-derive/std",
|
"pezsp-debug-derive/std",
|
||||||
|
|||||||
Reference in New Issue
Block a user