diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-11 09:02:28 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-11 09:07:13 +0300 |
| commit | 2fb993d2211b97950e4a3172718d70d6b236991c (patch) | |
| tree | 3a3c8d302af2e4a2978741e68a180f0179c20a52 /Cargo.lock | |
| parent | 67361f88fd01974ebee4cf80f0e29c87d805cc39 (diff) | |
| download | niri-2fb993d2211b97950e4a3172718d70d6b236991c.tar.gz niri-2fb993d2211b97950e4a3172718d70d6b236991c.tar.bz2 niri-2fb993d2211b97950e4a3172718d70d6b236991c.zip | |
Bump Smithay (xkbcommon wvkbd fix)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3504,7 +3504,7 @@ checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/Smithay/smithay.git#1d05641d72fd1d8ee077c969f956631502207c66" +source = "git+https://github.com/Smithay/smithay.git#bdf094ab687aa85f84abbeeaff06e3b66ab1e054" dependencies = [ "aliasable", "appendlist", @@ -3578,7 +3578,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git#1d05641d72fd1d8ee077c969f956631502207c66" +source = "git+https://github.com/Smithay/smithay.git#bdf094ab687aa85f84abbeeaff06e3b66ab1e054" dependencies = [ "drm", "libdisplay-info", @@ -4851,9 +4851,9 @@ checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b" [[package]] name = "xkbcommon" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9" +checksum = "a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d" dependencies = [ "libc", "memmap2", |
