Skip to content

Commit

Permalink
use substrait release
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzara committed Jul 22, 2024
1 parent 52b0c7c commit d241acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,3 @@ large_futures = "warn"

[workspace.lints.rust]
unused_imports = "deny"

[patch.crates-io]
substrait = { git = "https://github.com/substrait-io/substrait-rs", rev = "9a891846b9d459ecb282b4db805c8ad507e3e815" }
2 changes: 1 addition & 1 deletion datafusion/substrait/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ itertools = { workspace = true }
object_store = { workspace = true }
pbjson-types = "0.7"
prost = "0.13"
substrait = { version = "0.37", features = ["serde"] }
substrait = { version = "0.38", features = ["serde"] }
url = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit d241acd

Please sign in to comment.