Skip to content

Commit 83c0dae

Browse files
authored
chore(deps): pin substrait version (#20848)
1 parent c282508 commit 83c0dae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/substrait/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ object_store = { workspace = true }
4444
# We need to match the version in substrait, so we don't use the workspace version here
4545
pbjson-types = { version = "0.8.0" }
4646
prost = { workspace = true }
47-
substrait = { version = "0.62.2", features = ["serde"] }
47+
substrait = { version = "=0.62.2", features = ["serde"] }
4848
url = { workspace = true }
4949
tokio = { workspace = true, features = ["fs"] }
5050

0 commit comments

Comments
 (0)