mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 11:17:23 +00:00
Upgrade bigdecimal to 0.4.1 (#921)
This commit is contained in:
parent
4efe55dd8a
commit
653346c4d6
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ json_example = ["serde_json", "serde"]
|
|||
visitor = ["sqlparser_derive"]
|
||||
|
||||
[dependencies]
|
||||
bigdecimal = { version = "0.3", features = ["serde"], optional = true }
|
||||
bigdecimal = { version = "0.4.1", features = ["serde"], optional = true }
|
||||
log = "0.4"
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
# serde_json is only used in examples/cli, but we have to put it outside
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue