From f266d6ddae5b5f27c442946e6680a1ad961a6c35 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Tue, 29 Sep 2020 22:51:10 -0400 Subject: [PATCH] upgrade decimal crate from v2.3 to v2.4 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fca2298..3d61d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "influx-writer" -version = "0.11.0" +version = "0.11.1" authors = ["Jonathan Strong "] edition = "2018" @@ -25,8 +25,8 @@ crossbeam-channel = "0.3" pretty_toa = "1.0.0" signal-hook = { version = "0.1.15", optional = true } -decimal = { git = "https://github.com/jonathanstrong/decimal", branch = "v2.3.x" } -decimal-macros = { git = "https://github.com/jonathanstrong/decimal", branch = "v2.3.x" } +decimal = { git = "https://github.com/jonathanstrong/decimal", branch = "v2.4.x" } +decimal-macros = { git = "https://github.com/jonathanstrong/decimal", branch = "v2.4.x" } [features] default = ["string-tags"]