Skip to content

Commit 2416a4f

Browse files
committed
Revert "fix: cargo msrv check failed (#13654)"
This reverts commit c510ab4.
1 parent 24012a7 commit 2416a4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

datafusion/substrait/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ object_store = { workspace = true }
4242
pbjson-types = "0.7"
4343
# TODO use workspace version
4444
prost = "0.13"
45-
# The MSRV of substrait@0.49.5 is 1.80.1, which is higher than ours.
46-
# TODO: Update this version constraint when DataFusion updates its MSRV.
47-
substrait = { version = ">=0.49.0, <0.49.5", features = ["serde"] }
45+
substrait = { version = "0.49", features = ["serde"] }
4846
url = { workspace = true }
4947

5048
[dev-dependencies]

0 commit comments

Comments
 (0)