diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-01-23 17:12:47 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-01-23 17:12:47 +0400 |
| commit | 087ed260c5dd3fda12ebf1e39c0502af2da5d812 (patch) | |
| tree | b09690a36aca4f990884db80350e96523f9762d8 /Cargo.lock | |
| parent | f5642ab73376582d80da1edbabff8fd5a15632cb (diff) | |
| download | niri-087ed260c5dd3fda12ebf1e39c0502af2da5d812.tar.gz niri-087ed260c5dd3fda12ebf1e39c0502af2da5d812.tar.bz2 niri-087ed260c5dd3fda12ebf1e39c0502af2da5d812.zip | |
Update Smithay (find_popup_root_surface() panic fix)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1971,7 +1971,7 @@ version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" dependencies = [ - "proc-macro-crate 2.0.1", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.48", @@ -2692,7 +2692,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/Smithay/smithay.git#810df8986f9e76a1a5ffa728e70574abcf191263" +source = "git+https://github.com/Smithay/smithay.git#599fdecf11e0e1efc919f12f6de81a0d5ac23252" dependencies = [ "appendlist", "bitflags 2.4.2", @@ -2763,7 +2763,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git#810df8986f9e76a1a5ffa728e70574abcf191263" +source = "git+https://github.com/Smithay/smithay.git#599fdecf11e0e1efc919f12f6de81a0d5ac23252" dependencies = [ "drm", "edid-rs", |
