Nothing Special   »   [go: up one dir, main page]

Skip to content

Commit

Permalink
Further changes required by Servo
Browse files Browse the repository at this point in the history
  • Loading branch information
Loirooriol committed Nov 20, 2023
1 parent 3ed3cb1 commit 91f243d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ style_traits = { path = "components/style_traits", features = ["servo"] }
surfman = { version = "0.8", features = ["chains", "sm-angle", "sm-angle-default"] }
syn = { version = "2", default-features = false, features = ["clone-impls", "derive", "parsing"] }
synstructure = "0.13"
thin-vec = "0.2.1"
time = "0.1.41"
tokio = "1"
tokio-rustls = "0.24"
Expand Down
2 changes: 1 addition & 1 deletion components/malloc_size_of/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion components/style/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ string_cache = { version = "0.8", optional = true }
style_derive = { path = "../style_derive" }
style_traits = { workspace = true }
time = "0.1"
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
thin-vec = { workspace = true }
to_shmem = { path = "../to_shmem" }
to_shmem_derive = { path = "../to_shmem_derive" }
uluru = "3.0"
Expand Down
2 changes: 1 addition & 1 deletion components/to_shmem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ 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 }

0 comments on commit 91f243d

Please sign in to comment.