change rust_decimal imports
This commit is contained in:
parent
fa3371ec3b
commit
357d9af039
@ -6,5 +6,5 @@ edition = "2024"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
rand = "0.9.0"
|
rand = "0.9.0"
|
||||||
paste = "1.0.15"
|
paste = "1.0.15"
|
||||||
rust_decimal = "1.37"
|
rust_decimal = { version = "1.37", features = ["macros", "maths"] }
|
||||||
rust_decimal_macros = "1.37"
|
# rust_decimal_macros = "1.37"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user