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
|
@ -37,7 +37,7 @@ profile_traits = { path = "../profile_traits" }
|
|||
serde = "1.0"
|
||||
servo_atoms = { path = "../atoms" }
|
||||
servo_url = { path = "../url" }
|
||||
smallvec = "0.6"
|
||||
smallvec = "1.9"
|
||||
style_traits = { path = "../style_traits", features = ["servo"] }
|
||||
time = "0.1.41"
|
||||
uuid = { version = "0.8", features = ["v4"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue