Skip to content

Commit

Permalink
ARROW-7797: [Release][Rust] Fix arrow-flight's version in datafusion …
Browse files Browse the repository at this point in the history
…crate

After the release the version number got bumped except this one.

Closes #6383 from kszucs/cargo-fix and squashes the following commits:

660c448 <Krisztián Szűcs> Fix arrow-flight version

Authored-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
kszucs authored and nealrichardson committed Feb 7, 2020
1 parent 7622024 commit 83afab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/datafusion/Cargo.toml
Expand Up @@ -61,7 +61,7 @@ prost = "0.6"
tokio = { version = "0.2", features = ["macros"] }
tonic = "0.1"
flatbuffers = "0.6.0"
arrow-flight = { path = "../arrow-flight", version = "0.16.0-SNAPSHOT" }
arrow-flight = { path = "../arrow-flight", version = "1.0.0-SNAPSHOT" }

[[bench]]
name = "aggregate_query_sql"
Expand Down

0 comments on commit 83afab5

Please sign in to comment.