mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Allow duplicate versions of slab
This commit is contained in:
parent
f132e2e1ea
commit
f256f1d82f
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ packages = [
|
||||||
"log",
|
"log",
|
||||||
"rand",
|
"rand",
|
||||||
"winapi",
|
"winapi",
|
||||||
|
# TODO: remove slab when #21426 lands
|
||||||
|
"slab",
|
||||||
"syn",
|
"syn",
|
||||||
"quote",
|
"quote",
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue