From 8a4c6a3a38f21db90dd6ce6954189e8fcea1936d Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Thu, 16 Jan 2020 12:09:44 -0500 Subject: [PATCH] use local logging crate --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 42c2590..4974667 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ pretty_toa = "1.0.0" sloggers = "0.3" #sloggers = { path = "../sloggers" } -#decimal = { path = "../decimal", version = "2" } -decimal = { git = "https://github.com/jonathanstrong/decimal", branch = "v2.3.x" } +decimal = { path = "../decimal", version = "2" } +#decimal = { git = "https://github.com/jonathanstrong/decimal", branch = "v2.3.x" } #windows = { path = "../windows", version = "0.2" } money = { path = "../money", version = "0.3" }