Skip to content

Commit

Permalink
fix(xtask): enable precision json
Browse files Browse the repository at this point in the history
  • Loading branch information
saiintbrisson committed Dec 27, 2024
1 parent 82a7a6c commit 0a4c477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
xflags = "0.3.2"
polkadot-sdk = { workspace = true, features = ["std", "sp-keyring"] }
tempfile = "3.14.0"
serde_json = "1"
serde_json = { version = "1", features = ["arbitrary_precision"] }

0 comments on commit 0a4c477

Please sign in to comment.