Browse Source

upgrade decimal crate from v2.3 to v2.4

master
Jonathan Strong 3 years ago
parent
commit
f266d6ddae
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      Cargo.toml

+ 3
- 3
Cargo.toml View File

@@ -1,6 +1,6 @@
[package]
name = "influx-writer"
version = "0.11.0"
version = "0.11.1"
authors = ["Jonathan Strong <jonathan.strong@gmail.com>"]
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"]


Loading…
Cancel
Save