mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
chore(deps): bump smallvec
from 0.6 to 1.9 in all local packages
`smallvec ^0.6` no longer compiles after `nightly-2022-07-15` if the `union` feature is enabled.
This commit is contained in:
parent
30525b4f5f
commit
2236c8f4e4
6 changed files with 10 additions and 11 deletions
|
@ -19,7 +19,7 @@ malloc_size_of = { path = "../malloc_size_of" }
|
|||
msg = { path = "../msg" }
|
||||
serde = { version = "1.0", features = ["serde_derive"] }
|
||||
servo_config = { path = "../config" }
|
||||
smallvec = { version = "0.6", features = ["serde"] }
|
||||
smallvec = { version = "1.9", features = ["serde"] }
|
||||
webrender_api = { git = "https://github.com/servo/webrender" }
|
||||
webrender_traits = { path = "../webrender_traits" }
|
||||
wgpu-core = { version = "0.6.0", git = "https://github.com/gfx-rs/wgpu", features = ["replay", "trace", "serial-pass"], rev = "e72724a6e393503c73f37e86aa9317a5c62e32b8" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue