upgrade dependency rust_decimal ^0.10.1 -> 1.17.0

pull/37/head
ahkrr 2021-11-14 14:14:11 +01:00
parent 028c45e3fe
commit 8f6a3b179d
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ name = "dtparse"
chrono = "0.4"
lazy_static = "1.1"
num-traits = "0.2"
rust_decimal = "^0.10.1"
rust_decimal = { version = "1.17.0", default-features = false }