Skip to content

Commit 24f30b4

Browse files
committed
Remove build dependencies
They were used before the separate proc-macro crate was created, but aren't anymore.
1 parent 8a24b11 commit 24f30b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ phf = {version = ">=0.8,<=0.11", features = ["macros"]}
2727
serde = {version = "1.0", optional = true}
2828
smallvec = "1.0"
2929

30-
[build-dependencies]
31-
syn = { version = "1", features = ["extra-traits", "fold", "full"] }
32-
quote = "1"
33-
proc-macro2 = "1"
34-
3530
[features]
3631
bench = []
3732
dummy_match_byte = []

0 commit comments

Comments
 (0)