Skip to content

Commit

Permalink
bump minimum rust version to 1.80.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Dec 10, 2024
1 parent 73f1405 commit c9c2e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ license = "Apache-2.0"
edition = "2021"

# Comet uses the same minimum Rust version as DataFusion
rust-version = "1.79"
rust-version = "1.80.1"

[workspace.dependencies]
arrow = { version = "53.2.0", features = ["prettyprint", "ffi", "chrono-tz"] }
Expand Down

0 comments on commit c9c2e89

Please sign in to comment.