mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
cargo: Upgrade keyboard-types
to 0.8.0
and xcomponent-sys
to 0.3.4
(#38375)
With some adjustment for `NamedKey`. The two crates need to be bumped together to avoid duplicate of `keyboard-types` action. --------- Signed-off-by: PotatoCP <Kenzie.Raditya.Tirtarahardja@huawei.com>
This commit is contained in:
parent
a063b5e78a
commit
05ad9026f5
15 changed files with 471 additions and 432 deletions
|
@ -87,7 +87,7 @@ indexmap = { version = "2.10.0", features = ["std"] }
|
|||
ipc-channel = "0.20"
|
||||
itertools = "0.14"
|
||||
js = { package = "mozjs", git = "https://github.com/servo/mozjs" }
|
||||
keyboard-types = "0.7"
|
||||
keyboard-types = { version = "0.8.0", features = ["webdriver", "serde"] }
|
||||
kurbo = { version = "0.11.3", features = ["euclid"] }
|
||||
libc = "0.2"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue