Skip to content

Commit

Permalink
chore: upgrade substrait to 0.29.3 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace authored Apr 8, 2024
1 parent 5075827 commit 3551c95
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ repository = "https://github.com/westonpace/substrait-expr"
version = "0.2.0"

[workspace.dependencies]
substrait-expr-funcgen = { path = "./substrait-expr-funcgen", version = "0.2.0" }
substrait-expr-macros = { path = "./substrait-expr-macros", version = "0.2.0" }
substrait = { version = "0.29.3" }
2 changes: 1 addition & 1 deletion substrait-expr-funcgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ prettyplease = "0.2.16"
proc-macro2 = "1.0.67"
quote = "1.0.33"
serde_yaml = "0.9.30"
substrait = "0.21.0"
substrait.workspace = true
syn = "2.0.48"
thiserror = "1.0.56"
4 changes: 2 additions & 2 deletions substrait-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ include = [
]

[dependencies]
substrait.workspace = true
substrait-expr-macros.workspace = true
once_cell = "1.19.0"
prost = "0.12.3"
substrait = "0.20.2"
substrait-expr-macros = {path = "../substrait-expr-macros", version = "0.2.0"}
thiserror = "1.0.50"

[build-dependencies]
Expand Down

0 comments on commit 3551c95

Please sign in to comment.