Skip to content

Commit

Permalink
ARROW-9549 [Rust] Fixed version in dependency in parquet.
Browse files Browse the repository at this point in the history
Closes apache#7827 from jorgecarleitao/fix_version

Authored-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
Signed-off-by: Andy Grove <andygrove73@gmail.com>
  • Loading branch information
jorgecarleitao authored and kszucs committed Aug 17, 2020
1 parent 1ee595e commit 13cf60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lz4 = { version = "1.23", optional = true }
zstd = { version = "0.5", optional = true }
chrono = "0.4"
num-bigint = "0.3"
arrow = { path = "../arrow", version = "1.0.0-SNAPSHOT", optional = true }
arrow = { path = "../arrow", version = "1.1.0-SNAPSHOT", optional = true }
serde_json = { version = "1.0", features = ["preserve_order"] }

[dev-dependencies]
Expand Down

0 comments on commit 13cf60d

Please sign in to comment.