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 a5b7524 commit e9aa87fCopy full SHA for e9aa87f
Cargo.toml
@@ -23,7 +23,7 @@ path = "src/lib.rs"
23
json_example = ["serde_json", "serde"]
24
25
[dependencies]
26
-bigdecimal = { version = "0.1", features = ["serde"], optional = true }
+bigdecimal = { version = "0.2", features = ["serde"], optional = true }
27
log = "0.4"
28
serde = { version = "1.0", features = ["derive"], optional = true }
29
# serde_json is only used in examples/cli, but we have to put it outside
0 commit comments