Skip to content

Commit a3ebfb1

Browse files
authored
Auto merge of servo#341 - glandium:build-deps, r=emilio
Remove build dependencies They were used before the separate proc-macro crate was created, but aren't anymore.
2 parents 842ba9a + 24f30b4 commit a3ebfb1

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)