We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c282508 commit 83c0daeCopy full SHA for 83c0dae
1 file changed
datafusion/substrait/Cargo.toml
@@ -44,7 +44,7 @@ object_store = { workspace = true }
44
# We need to match the version in substrait, so we don't use the workspace version here
45
pbjson-types = { version = "0.8.0" }
46
prost = { workspace = true }
47
-substrait = { version = "0.62.2", features = ["serde"] }
+substrait = { version = "=0.62.2", features = ["serde"] }
48
url = { workspace = true }
49
tokio = { workspace = true, features = ["fs"] }
50
0 commit comments