From 07d25b4fb62c2c082a9c77132cf29b113d50afa2 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 11 Jun 2021 15:12:01 +0800 Subject: [PATCH] Update rust_decimal. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e6ec552..3de0c467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ default-features = false optional = true [dependencies.rust_decimal] -version = "1.14" +version = "1.14.2" default-features = false features = ["maths"] optional = true