From 2416a4f4e0861c3ef41883d158d3826177767cea Mon Sep 17 00:00:00 2001 From: Piotr Findeisen Date: Thu, 5 Dec 2024 16:39:16 +0100 Subject: [PATCH] Revert "fix: cargo msrv check failed (#13654)" This reverts commit c510ab46fcb1148052bb8999e423360b4c17ecdf. --- datafusion/substrait/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/datafusion/substrait/Cargo.toml b/datafusion/substrait/Cargo.toml index 3bef695471643..32c69727a25b7 100644 --- a/datafusion/substrait/Cargo.toml +++ b/datafusion/substrait/Cargo.toml @@ -42,9 +42,7 @@ object_store = { workspace = true } pbjson-types = "0.7" # TODO use workspace version prost = "0.13" -# The MSRV of substrait@0.49.5 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]