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

@ -13,7 +13,7 @@ doctest = false
nu-source = { path="../nu-source", version = "0.35.0" }
nu-ansi-term = { version = "0.35.0", path="../nu-ansi-term" }
bigdecimal = { version="0.2.0", features=["serde"] }
bigdecimal = { package = "bigdecimal-rs", version = "0.2.1", features = ["serde"] }
codespan-reporting = { version="0.11.0", features=["serialization"] }
derive-new = "0.5.8"
getset = "0.1.1"