Skip to content

Commit a06bbd2

Browse files
L1-273: Backport genesis builder fix (paritytech#11)
1 parent 8522cd0 commit a06bbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

substrate/primitives/genesis-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1919
sp-api = { path = "../api", default-features = false }
2020
sp-runtime = { path = "../runtime", default-features = false }
2121
sp-std = { path = "../std", default-features = false }
22-
serde_json = { version = "1.0.111", default-features = false, features = ["alloc"] }
22+
serde_json = { version = "1.0.111", default-features = false, features = ["alloc", "arbitrary_precision"] }
2323

2424
[features]
2525
default = ["std"]

0 commit comments

Comments
 (0)