Skip to content

Commit 91f243d

Browse files
committed
Further changes required by Servo
1 parent 3ed3cb1 commit 91f243d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ style_traits = { path = "components/style_traits", features = ["servo"] }
9090
surfman = { version = "0.8", features = ["chains", "sm-angle", "sm-angle-default"] }
9191
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
9292
synstructure = "0.13"
93+
thin-vec = "0.2.1"
9394
time = "0.1.41"
9495
tokio = "1"
9596
tokio-rustls = "0.24"

components/malloc_size_of/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ servo_arc = { path = "../servo_arc" }
4545
smallbitvec = { workspace = true }
4646
smallvec = { workspace = true }
4747
string_cache = { workspace = true, optional = true }
48-
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
48+
thin-vec = { workspace = true }
4949
time = { workspace = true, optional = true }
5050
tokio = { workspace = true }
5151
url = { workspace = true, optional = true }

components/style/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ string_cache = { version = "0.8", optional = true }
7777
style_derive = { path = "../style_derive" }
7878
style_traits = { workspace = true }
7979
time = "0.1"
80-
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
80+
thin-vec = { workspace = true }
8181
to_shmem = { path = "../to_shmem" }
8282
to_shmem_derive = { path = "../to_shmem_derive" }
8383
uluru = "3.0"

components/to_shmem/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ servo_arc = { path = "../servo_arc" }
2020
smallbitvec = { workspace = true }
2121
smallvec = { workspace = true }
2222
string_cache = { workspace = true, optional = true }
23-
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
23+
thin-vec = { workspace = true }

0 commit comments

Comments
 (0)