Skip to content

Commit 7700b26

Browse files
build(macro): enable required syn features
1 parent a3fd08b commit 7700b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-serve-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mime_guess = "2.0.5"
2020
proc-macro2 = "1.0"
2121
quote = "1.0"
2222
sha1 = "0.10"
23-
syn = { version = "2.0", default-features = false }
23+
syn = { version = "2.0", default-features = false, features = ["parsing", "printing", "proc-macro"] }
2424
thiserror = "2.0.12"
2525
zstd = "0.13"
2626

0 commit comments

Comments
 (0)