Skip to content

Commit

Permalink
add missing feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulk29 committed Jan 24, 2025
1 parent 925df44 commit b60d0ea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions libs/type_dispatch_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ edition = "2021"
description = "Macros for the `type_dispatch` crate."
license = "BSD-3-Clause"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
syn = { version = "2", features = ["full"] }
syn = { version = "2", features = ["full", "extra-traits"] }
quote = "1"
proc-macro2 = "1"
proc-macro-crate = "1"
Expand Down

0 comments on commit b60d0ea

Please sign in to comment.