Skip to content

Commit

Permalink
fix: use both path and version for local crate dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Sep 19, 2024
1 parent 3dc7e1b commit b9b285b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ arrow-json = "53.0.0"
async-stream = "0.3.5"
async-trait = "0.1.81"
datafusion = "42.0.0"
# XXX use the release version on crates.io
datafusion-federation = { path = "./datafusion-federation" }
datafusion-federation = { path = "./datafusion-federation", version = "0.2.1" }
datafusion-substrait = "42.0.0"
futures = "0.3.30"
tokio = { version = "1.39.3", features = ["full"] }
Expand Down

0 comments on commit b9b285b

Please sign in to comment.