Skip to content

Commit

Permalink
removes redundant serde and futures in parquet cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevloui committed Aug 7, 2020
1 parent db9f158 commit e91547e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amadeus-parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ rustversion = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_closure = "0.3"
snap = "1.0"
sum = { version = "0.1.7", default-features = false, features = ["futures", "serde", "2", "3"] }
sum = { version = "0.1.7", default-features = false, features = ["2", "3"] }
thrift = "0.13"
zstd = { version = "0.5", features = ["wasm"] }

Expand Down

0 comments on commit e91547e

Please sign in to comment.