Skip to content

Commit

Permalink
set minimum chrono version
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingHogan committed Oct 19, 2023
1 parent eeb7d14 commit e246311
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 @@ -51,7 +51,7 @@ cfg-if = "1.0"
once_cell = "1.16"

# Time crate
chrono = { version = "0.4" }
chrono = { version = "~0.4.27" }

# Encoding and Serializing Crates
serde = { version = "1.0", features = ["derive", "rc"] }
Expand Down

0 comments on commit e246311

Please sign in to comment.