From b3a13405749a021605dbd6bd9072d70e8d7e3fc7 Mon Sep 17 00:00:00 2001 From: messense Date: Tue, 3 Jul 2018 16:44:09 +0800 Subject: [PATCH] Upgrade rust_decimal to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3f61863..e244d72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ name = "dtparse" chrono = "0.4" lazy_static = "1.0" num-traits = "0.2" -rust_decimal = "0.8" +rust_decimal = "0.9"