Skip to content

Commit

Permalink
Issue apache#1876: Explicitly declare the used features for each depe…
Browse files Browse the repository at this point in the history
…ndency in parquet_derive

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jun 17, 2022
1 parent fc4044f commit 90e639c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parquet_derive/Cargo.toml
Expand Up @@ -32,7 +32,7 @@ rust-version = "1.57"
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
proc-macro2 = { version = "1.0", default-features = false }
quote = { version = "1.0", default-features = false }
syn = { version = "1.0", default-features = false }
parquet = { path = "../parquet", version = "16.0.0" }

0 comments on commit 90e639c

Please sign in to comment.