Skip to content

Commit

Permalink
serde_json: arbitrary_precision feature enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk committed Jan 18, 2024
1 parent 13f2342 commit 03f1251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/primitives/genesis-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
sp-api = { path = "../api", default-features = false }
sp-runtime = { path = "../runtime", default-features = false }
sp-std = { path = "../std", default-features = false }
serde_json = { version = "1.0.111", default-features = false, features = ["alloc"] }
serde_json = { version = "1.0.111", default-features = false, features = ["alloc", "arbitrary_precision"] }

[features]
default = ["std"]
Expand Down

0 comments on commit 03f1251

Please sign in to comment.