Skip to content

Commit fdf8c0c

Browse files
committed
fraction dep
1 parent 7426044 commit fdf8c0c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.lock

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

snapshot-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test-strategy = { version = "0.2", optional = true }
1717
serde_test = { version = "1", optional = true }
1818
hex = { version = "0.4" }
1919
thiserror = "1.0"
20-
fraction = "0.10"
20+
fraction = { version = "0.10", features = ["with-serde-support"] }
2121
reqwest = { version = "0.11", features = ["blocking", "json"] }
2222
bech32 = "0.8.1"
2323
graphql_client = { version = "0.10" }

0 commit comments

Comments
 (0)