mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:35:59 +02:00
Use bigdecimal-rs patch (#3905)
* Use bigdecimal-rs patch * fix nu-serde's bigdecimal dependency
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user