Skip to content

Commit

Permalink
Revert "fix: cargo msrv check failed (#13654)"
Browse files Browse the repository at this point in the history
This reverts commit c510ab4.
  • Loading branch information
findepi committed Dec 5, 2024
1 parent 24012a7 commit 2416a4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ object_store = { workspace = true }
pbjson-types = "0.7"
# TODO use workspace version
prost = "0.13"
# The MSRV of [email protected] is 1.80.1, which is higher than ours.
# TODO: Update this version constraint when DataFusion updates its MSRV.
substrait = { version = ">=0.49.0, <0.49.5", features = ["serde"] }
substrait = { version = "0.49", features = ["serde"] }
url = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 2416a4f

Please sign in to comment.