mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
cargo: Use workspace dependency for winit
and upgrade to 0.30.12 (#38261)
Use workspace dependency to sync the `winit` version between examples & libservo. Upgrade winit to 0.30.12. Fixes: The hope is lost as it doesn't fix anything.. --------- Signed-off-by: Euclid Ye <euclid.ye@huawei.com>
This commit is contained in:
parent
7ce5de4e2d
commit
a5d4c49ec6
4 changed files with 13 additions and 13 deletions
|
@ -140,8 +140,7 @@ http = { workspace = true }
|
|||
libservo = { path = ".", features = ["tracing"] }
|
||||
rustls = { version = "0.23", default-features = false, features = ["aws-lc-rs"] }
|
||||
tracing = { workspace = true }
|
||||
winit = "0.30.8"
|
||||
|
||||
winit = { workspace = true }
|
||||
|
||||
[[test]]
|
||||
name = "webview"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue