From 44bf1c316f3ca417c76fb45ec3f5e7efb6388e25 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Tue, 16 Jan 2024 17:30:46 +0000 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 dd4b2444..844dc351 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4010,7 +4010,7 @@ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/smithay//smithay?rev=f6a33e4#f6a33e4c45a3c7fd42d201130ada50b026ff06c7" +source = "git+https://github.com/smithay//smithay?rev=f1e7fc18a#f1e7fc18a7f060f8ff1e647ca407df62f85467cf" dependencies = [ "appendlist", "ash", diff --git a/Cargo.toml b/Cargo.toml index 0fd204ad..f7188940 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,4 +91,4 @@ debug = true lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/smithay//smithay", rev = "f6a33e4" } +smithay = { git = "https://github.com/smithay//smithay", rev = "f1e7fc18a" }