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
+18 -18
View File
@@ -50,23 +50,23 @@ trie-standardmap = { workspace = true }
[features]
default = ["std"]
std = [
"ahash",
"codec/std",
"foldhash/std",
"hash-db/std",
"memory-db/std",
"nohash-hasher",
"parking_lot",
"prometheus-endpoint",
"rand",
"scale-info/std",
"schnellru",
"pezsp-core/std",
"pezsp-externalities/std",
"pezsp-runtime/std",
"thiserror",
"tracing",
"trie-db/std",
"trie-root/std",
"ahash",
"codec/std",
"foldhash/std",
"hash-db/std",
"memory-db/std",
"nohash-hasher",
"parking_lot",
"prometheus-endpoint",
"rand",
"scale-info/std",
"schnellru",
"pezsp-core/std",
"pezsp-externalities/std",
"pezsp-runtime/std",
"thiserror",
"tracing",
"trie-db/std",
"trie-root/std",
]
runtime-benchmarks = ["pezsp-runtime/runtime-benchmarks"]