Skip to content

Commit

Permalink
fix: avoid rounding in serializations (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
yair-starkware authored Jul 14, 2024
1 parent 3516119 commit a5f6540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5f6540

Please sign in to comment.