From 7b1d9664df50b80ddf26d785320927055efa7d36 Mon Sep 17 00:00:00 2001 From: Tommi Niemi Date: Sun, 19 Jul 2026 00:00:27 +0700 Subject: [PATCH] enable improved panic error reporting in runtime --- runtime/hydradx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/hydradx/Cargo.toml b/runtime/hydradx/Cargo.toml index 1222379e2..9392be656 100644 --- a/runtime/hydradx/Cargo.toml +++ b/runtime/hydradx/Cargo.toml @@ -163,7 +163,7 @@ sp-staking = { workspace = true } sp-transaction-pool = { workspace = true } sp-version = { workspace = true } sp-trie = { workspace = true } -sp-io = { workspace = true } +sp-io = { workspace = true, features = ["improved_panic_error_reporting"] } primitive-types = { workspace = true } static_assertions = { workspace = true }