We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24012a7 commit 2416a4fCopy full SHA for 2416a4f
datafusion/substrait/Cargo.toml
@@ -42,9 +42,7 @@ object_store = { workspace = true }
42
pbjson-types = "0.7"
43
# TODO use workspace version
44
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"] }
+substrait = { version = "0.49", features = ["serde"] }
48
url = { workspace = true }
49
50
[dev-dependencies]
0 commit comments