1
0
mirror of https://github.com/bspeice/dtparse synced 2024-11-12 17:08:09 -05:00

upgrade dependency rust_decimal ^0.10.1 -> 1.17.0

This commit is contained in:
ahkrr 2021-11-14 14:14:11 +01:00
parent 028c45e3fe
commit 8f6a3b179d

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 }