Skip to content

Commit

Permalink
refactor: use dep: prefix for quote dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Mar 30, 2024
1 parent c7f734d commit 6c7c709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ default = ["derive", "parsing", "printing", "clone-impls", "proc-macro"]
derive = []
full = []
parsing = []
printing = ["quote"]
printing = ["dep:quote"]
visit = []
visit-mut = []
fold = []
Expand Down

0 comments on commit 6c7c709

Please sign in to comment.