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 a4dd1e2 commit c510ab4Copy full SHA for c510ab4
datafusion/substrait/Cargo.toml
@@ -42,7 +42,9 @@ object_store = { workspace = true }
42
pbjson-types = "0.7"
43
# TODO use workspace version
44
prost = "0.13"
45
-substrait = { version = "0.49", features = ["serde"] }
+# 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"] }
48
url = { workspace = true }
49
50
[dev-dependencies]
0 commit comments