mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
malloc_size_of: enable sync in tokio (#35320)
Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
This commit is contained in:
parent
259549891e
commit
6a5cb22451
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ style = { workspace = true }
|
||||||
style_dom = { workspace = true }
|
style_dom = { workspace = true }
|
||||||
style_malloc_size_of = { workspace = true }
|
style_malloc_size_of = { workspace = true }
|
||||||
thin-vec = { workspace = true }
|
thin-vec = { workspace = true }
|
||||||
tokio = { workspace = true }
|
tokio = { workspace = true, features = ["sync"] }
|
||||||
url = { workspace = true }
|
url = { workspace = true }
|
||||||
uuid = { workspace = true }
|
uuid = { workspace = true }
|
||||||
webrender_api = { workspace = true }
|
webrender_api = { workspace = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue