Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-11-17 17:24:45 +01:00 committed by Martin Robinson
parent 0709e13446
commit b844a4e992
4 changed files with 4 additions and 3 deletions

View file

@ -45,7 +45,7 @@ servo_arc = { path = "../servo_arc" }
smallbitvec = { workspace = true }
smallvec = { workspace = true }
string_cache = { workspace = true, optional = true }
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
thin-vec = { workspace = true }
time = { workspace = true, optional = true }
tokio = { workspace = true }
url = { workspace = true, optional = true }