Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ object_store = { workspace = true }
pbjson-types = "0.7"
# TODO use workspace version
prost = "0.13"
substrait = { version = "0.49", features = ["serde"] }
# 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"] }
url = { workspace = true }

[dev-dependencies]
Expand Down
Loading