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 }