Skip to content

Commit

Permalink
fix: avoid rounding in serializations
Browse files Browse the repository at this point in the history
  • Loading branch information
yair-starkware committed Jul 11, 2024
1 parent 7c08d83 commit 97f51d1
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 97f51d1

Please sign in to comment.