Skip to content

Commit

Permalink
Specify the required minimum chrono version
Browse files Browse the repository at this point in the history
  • Loading branch information
sholderbach committed May 4, 2024
1 parent 349d02c commit a1eedf3
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 @@ -72,7 +72,7 @@ byteorder = "1.5"
bytesize = "1.3"
calamine = "0.24.0"
chardetng = "0.1.17"
chrono = { default-features = false, version = "0.4" }
chrono = { default-features = false, version = "0.4.34" }
chrono-humanize = "0.2.3"
chrono-tz = "0.8"
crossbeam-channel = "0.5.8"
Expand Down

0 comments on commit a1eedf3

Please sign in to comment.