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:
@ -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" }
|
||||
|
Reference in New Issue
Block a user