Skip to content

Commit 94a3165

Browse files
authored
Merge pull request #272 from klensy/syn-f
syn: remove derive feature
2 parents 4a00d73 + 2fac940 commit 94a3165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ proc-macro = true
1818
[dependencies]
1919
proc-macro2 = "1.0.74"
2020
quote = "1.0.35"
21-
syn = { version = "2.0.46", features = ["full", "visit-mut"] }
21+
syn = { version = "2.0.46", default-features = false, features = ["full", "visit-mut", "parsing", "printing", "proc-macro", "clone-impls"] }
2222

2323
[dev-dependencies]
2424
futures = "0.3.30"

0 commit comments

Comments
 (0)