Skip to content

Commit

Permalink
Do not force chrono >=0.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Nov 19, 2024
1 parent 82fd8a8 commit 54e30bc
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 @@ -23,7 +23,7 @@ ent = []
[dependencies]
async-trait = "0.1.77"
clap = { version = "4.4.10", optional = true }
chrono = { version = "0.4.20", features = [
chrono = { version = "0.4", features = [
"serde",
"clock",
], default-features = false }
Expand Down

0 comments on commit 54e30bc

Please sign in to comment.