Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rajantikare authored Feb 26, 2024
1 parent 9400391 commit 49e3708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
# datafusion = { path = "../arrow-datafusion/datafusion/core" }

[workspace.package]
version = "0.1.0"
version = "0.1.3"
edition = "2021"
license = "MIT"
readme = "README.md"
Expand All @@ -22,4 +22,4 @@ readme = "README.md"
[workspace.dependencies]
async-trait = "0.1.77"
datafusion = "34.0.0"
datafusion-substrait = "34.0.0"
datafusion-substrait = "34.0.0"

0 comments on commit 49e3708

Please sign in to comment.