From 087ed260c5dd3fda12ebf1e39c0502af2da5d812 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 23 Jan 2024 17:12:47 +0400 Subject: Update Smithay (find_popup_root_surface() panic fix) --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index bd003992..52297757 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", -- cgit