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

Merge pull request #37 from ahkrr/master

upgrade dependency rust_decimal ^0.10.1 -> 1.17.0
This commit is contained in:
bspeice 2022-03-24 21:47:10 -04:00 committed by GitHub
commit 5b3be160f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }