diff --git a/Cargo.lock b/Cargo.lock index f8b41976..22c0e63c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4924,7 +4924,7 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" [[package]] name = "smithay" version = "0.7.0" -source = "git+https://github.com/smithay/smithay.git?rev=774f2ab#774f2ab010e080a2f79176d0e12eb63d5e09d680" +source = "git+https://github.com/smithay/smithay.git?rev=df73da7#df73da7183c365b00eb4558690a48061462053f2" dependencies = [ "aliasable", "appendlist", diff --git a/Cargo.toml b/Cargo.toml index ee957f8d..a63e3be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -143,4 +143,4 @@ cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" } [patch.crates-io] -smithay = { git = "https://github.com/smithay/smithay.git", rev = "774f2ab" } +smithay = { git = "https://github.com/smithay/smithay.git", rev = "df73da7" }