From 0a4c4777871862de5f02f2a38fc4f26db66171a8 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Fri, 27 Dec 2024 09:04:19 -0300 Subject: [PATCH] fix(xtask): enable precision json --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index d2a38ee..1a4ec74 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -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"] }