snapshot before rebranding

This commit is contained in:
2025-12-14 07:37:21 +03:00
parent 5520d491a5
commit 09735eb97a
1752 changed files with 58116 additions and 15986 deletions
+10 -10
View File
@@ -31,19 +31,19 @@ thiserror = { optional = true, workspace = true }
[features]
default = ["std"]
std = [
"codec/std",
"impl-serde/std",
"parity-wasm",
"scale-info/std",
"serde/std",
"pezsp-runtime/std",
"pezsp-std/std",
"thiserror",
"codec/std",
"impl-serde/std",
"parity-wasm",
"scale-info/std",
"serde/std",
"pezsp-runtime/std",
"pezsp-std/std",
"thiserror",
]
# Serde support without relying on std features.
serde = ["dep:serde", "impl-serde", "pezsp-runtime/serde"]
runtime-benchmarks = [
"pezsp-runtime/runtime-benchmarks",
"pezsp-version-proc-macro/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezsp-version-proc-macro/runtime-benchmarks",
]