We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ffa41 commit 69af5a1Copy full SHA for 69af5a1
Cargo.toml
@@ -26,7 +26,7 @@ std = []
26
json_example = ["serde_json", "serde"]
27
28
[dependencies]
29
-bigdecimal = { version = "0.2", features = ["serde"], optional = true }
+bigdecimal = { version = "0.3", features = ["serde"], optional = true }
30
log = "0.4"
31
serde = { version = "1.0", features = ["derive"], optional = true }
32
# serde_json is only used in examples/cli, but we have to put it outside
0 commit comments