From 97f51d10383b5c08a0889aaadf66ecf15eefbaa8 Mon Sep 17 00:00:00 2001 From: Yair Bakalchuk Date: Thu, 11 Jul 2024 14:53:46 +0300 Subject: [PATCH] fix: avoid rounding in serializations --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2f479b6..e28380da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ pretty_assertions = "1.4.0" reqwest = { version = "0.11", features = ["blocking", "json"] } rstest = "0.17.0" serde = { version = "1.0.193", features = ["derive"] } -serde_json = "1.0" +serde_json = { version = "1.0", features = ["arbitrary_precision"] } # TODO(Arni, 1/5/2024): Use a fixed version once the StarkNet API is stable. starknet_api = "0.13.0-dev.9" # TODO(YaelD, 28/5/2024): The special Papyrus version is needed in order to be aligned with the