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 -4
View File
@@ -7,6 +7,7 @@ license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Supporting types for try-runtime, testing and dry-running commands."
documentation = "https://docs.rs/pezframe-try-runtime"
[lints]
workspace = true
@@ -22,10 +23,15 @@ pezsp-runtime = { workspace = true }
[features]
default = ["std"]
std = ["codec/std", "pezframe-support/std", "pezsp-api/std", "pezsp-runtime/std"]
std = [
"codec/std",
"pezframe-support/std",
"pezsp-api/std",
"pezsp-runtime/std",
]
try-runtime = ["pezframe-support/try-runtime", "pezsp-runtime/try-runtime"]
runtime-benchmarks = [
"pezframe-support/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
"pezsp-runtime/runtime-benchmarks",
]