diff --git a/Cargo.lock b/Cargo.lock index cd3ef420..97d08b21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4581,7 +4581,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/smithay//smithay?rev=b4f8120#b4f8120be0fb9b7f038d041efa7f6549e26cd2bc" +source = "git+https://github.com/smithay//smithay?rev=74e8c4f#74e8c4f6ceef2c1bd9b31db0c7809470e05165dc" dependencies = [ "appendlist", "ash", diff --git a/Cargo.toml b/Cargo.toml index e7feb2d3..e245758b 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 = "b4f8120"} +smithay = {git = "https://github.com/smithay//smithay", rev = "74e8c4f"}