From 357d9af039c073a826089db6c59f847802bf7e1b Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Sat, 5 Apr 2025 20:03:25 -0500 Subject: [PATCH] change rust_decimal imports --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1ac735b..4302789 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2024" [dependencies] rand = "0.9.0" paste = "1.0.15" -rust_decimal = "1.37" -rust_decimal_macros = "1.37" +rust_decimal = { version = "1.37", features = ["macros", "maths"] } +# rust_decimal_macros = "1.37"