Use bigdecimal-rs patch (#3905)

* Use bigdecimal-rs patch

* fix nu-serde's bigdecimal dependency
This commit is contained in:
soumil-07
2021-08-07 02:57:19 +05:30
committed by GitHub
parent 6646daab45
commit cd814851da
13 changed files with 27 additions and 27 deletions

View File

@ -31,7 +31,7 @@ nu-pretty-hex = { version = "0.35.0", path="../nu-pretty-hex" }
Inflector = "0.11"
arboard = { version="1.1.0", optional=true }
base64 = "0.13.0"
bigdecimal = { version="0.2.0", features=["serde"] }
bigdecimal = { package = "bigdecimal-rs", version = "0.2.1", features = ["serde"] }
byte-unit = "4.0.9"
bytes = "1.0.1"
calamine = "0.18.0"