Skip to content

Commit

Permalink
Merge pull request #44 from nibon7/chrono
Browse files Browse the repository at this point in the history
Don't use `oldtime` feature of chrono
  • Loading branch information
bspeice authored Aug 24, 2023
2 parents 849ad33 + dbd2eab commit 92a2e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maintenance = { status = "passively-maintained" }
name = "dtparse"

[dependencies]
chrono = "0.4.24"
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
lazy_static = "1.4.0"
num-traits = "0.2.15"
rust_decimal = { version = "1.29.1", default-features = false }
Expand Down

0 comments on commit 92a2e16

Please sign in to comment.