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

@ -10,7 +10,7 @@ version = "0.35.0"
doctest = false
[dependencies]
bigdecimal = "0.2.0"
bigdecimal = { package = "bigdecimal-rs", version = "0.2.1", features = ["serde"] }
nu-errors = { path="../nu-errors", version = "0.35.0" }
nu-plugin = { path="../nu-plugin", version = "0.35.0" }
nu-protocol = { path="../nu-protocol", version = "0.35.0" }