From 713ac470aa992712b105116e44c338986d591782 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Thu, 27 Jun 2024 21:07:29 +0200 Subject: [PATCH] chore: Update smithay --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b8a23339..c02996c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4779,7 +4779,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/smithay//smithay?rev=5d3bb4b#5d3bb4b1b14413335ab91c16d20cf00b1b5e5b84" +source = "git+https://github.com/smithay//smithay?rev=a1650f8#a1650f8568ad8bf0fd7844e98f4724d769cd3c75" dependencies = [ "appendlist", "ash 0.38.0+1.3.281", diff --git a/Cargo.toml b/Cargo.toml index cd5f40d2..511dd092 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,4 +118,4 @@ inherits = "release" lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = {git = "https://github.com/smithay//smithay", rev = "5d3bb4b"} +smithay = {git = "https://github.com/smithay//smithay", rev = "a1650f8"}