Skip to content

Commit

Permalink
Force exact version of chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Mar 9, 2024
1 parent f9a7717 commit ea89f71
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 @@ -68,7 +68,7 @@ arrow-string = { version = "50.0.0", default-features = false }
async-trait = "0.1.73"
bigdecimal = "=0.4.1"
bytes = "1.4"
chrono = { version = "0.4.34", default-features = false }
chrono = { version = "=0.4.34", default-features = false }
ctor = "0.2.0"
dashmap = "5.4.0"
datafusion = { path = "datafusion/core", version = "36.0.0", default-features = false }
Expand Down

0 comments on commit ea89f71

Please sign in to comment.