From ddea41924442b9b7e5ec93b21801a261553f003c Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 31 Jan 2023 16:04:55 +0100 Subject: [PATCH] deps: Update smithay --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4a0a9d8..64a87ea7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3292,7 +3292,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/pop-os/smithay?rev=139c6e6079#139c6e6079da3624f58edf5c59bd7f264aede985" +source = "git+https://github.com/pop-os/smithay?rev=3437fe15ca#3437fe15caf1661bc3e93a9a20425be3189a4dc7" dependencies = [ "appendlist", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 760facfa..dbbe7e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,4 +70,4 @@ debug = true lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/pop-os/smithay", rev = "139c6e6079" } +smithay = { git = "https://github.com/pop-os/smithay", rev = "3437fe15ca" }