Skip to content

Commit 03d10a5

Browse files
authored
enable try-runtime in demo runtime by default (#1104)
1 parent e16ec44 commit 03d10a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ serde_json = { workspace = true }
107107
substrate-wasm-builder = { workspace = true, optional = true }
108108

109109
[features]
110-
default = ["std"]
110+
default = ["std", "try-runtime"]
111111
std = [
112112
"authority-selection-inherents/std",
113113
"serde_json/std",

0 commit comments

Comments
 (0)