diff options
author | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 00:35:22 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2022-04-01 00:35:22 -0400 |
commit | 471650ba90613be6e94e197f80feca9171c3a19c (patch) | |
tree | 90c8f76fe04b91e8f129ee77c0b5b24fa01b80aa /components/servo | |
parent | ffb6b5d5d8ae0aae8fd4d4ec99ab185f62ea47c0 (diff) | |
download | servo-471650ba90613be6e94e197f80feca9171c3a19c.tar.gz servo-471650ba90613be6e94e197f80feca9171c3a19c.zip |
Update keyboard-types.
Diffstat (limited to 'components/servo')
-rw-r--r-- | components/servo/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/Cargo.toml b/components/servo/Cargo.toml index a5f17aa70c5..d7155325919 100644 --- a/components/servo/Cargo.toml +++ b/components/servo/Cargo.toml @@ -56,7 +56,7 @@ gfx_traits = { path = "../gfx_traits" } gleam = "0.12" gstreamer = { version = "0.15", features = ["v1_16"], optional = true } ipc-channel = "0.14" -keyboard-types = "0.5" +keyboard-types = "0.6" layout_thread_2013 = { path = "../layout_thread", optional = true } layout_thread_2020 = { path = "../layout_thread_2020", optional = true } log = "0.4" |