Skip to content

Commit

Permalink
chore: set minimum chrono version (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
WanderingHogan authored Oct 20, 2023
1 parent eeb7d14 commit dea3b0a
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 dea3b0a

Please sign in to comment.