feat: complete rebranding to Pezkuwi/Bizinikiwi/Pezframe and update dependencies

This commit is contained in:
2026-01-12 21:16:23 +03:00
parent a380089b8e
commit 8613d353f1
9 changed files with 5241 additions and 5061 deletions
+1 -5
View File
@@ -131,11 +131,7 @@ pub fn run() -> pezsc_cli::Result<()> {
let PartialComponents { client, .. } = service::new_partial(&config)?;
cmd.run(client)
},
#[cfg(not(feature = "runtime-benchmarks"))]
BenchmarkCmd::Storage(_) => Err(
"Storage benchmarking can be enabled with `--features runtime-benchmarks`."
.into(),
),
#[cfg(feature = "runtime-benchmarks")]
BenchmarkCmd::Storage(cmd) => {
let PartialComponents { client, backend, .. } =