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

@ -7,7 +7,7 @@ name = "nu-parser"
version = "0.35.0"
[dependencies]
bigdecimal = { version="0.2.0", features=["serde"] }
bigdecimal = { package = "bigdecimal-rs", version = "0.2.1", features = ["serde"] }
codespan-reporting = "0.11.0"
derive-new = "0.5.8"
derive_is_enum_variant = "0.1.1"