Merge pull request #37 from ahkrr/master

upgrade dependency rust_decimal ^0.10.1 -> 1.17.0
pull/41/head
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
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 }