Skip to content

Commit

Permalink
Remove default features from dummy deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed May 5, 2024
1 parent 270b1b5 commit 0b6f492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dummy_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version = "1.63"
proc-macro = true

[dependencies]
syn = "2.0"
darling = { version = "0.20", default-features = false }
proc-macro2 = { version = "1", default-features = false }
quote = "1.0"
darling = "0.20"
quote = { version = "1.0", default-features = false }
syn = { version = "2.0", default-features = false }

0 comments on commit 0b6f492

Please sign in to comment.