diff --git a/Cargo.lock b/Cargo.lock index 223c4c79..9e8cc0ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4443,7 +4443,7 @@ checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/smithay//smithay?rev=7f9e6d5#7f9e6d51e8a12fc992c305de03820a44811b8c18" +source = "git+https://github.com/smithay//smithay?rev=c17297b#c17297b68e8bc761ebddf6900926d78b19a5d8d1" dependencies = [ "appendlist", "ash", diff --git a/Cargo.toml b/Cargo.toml index 1079cca0..0a020d7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,4 +108,4 @@ inherits = "release" lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = {git = "https://github.com/smithay//smithay", rev = "7f9e6d5"} +smithay = {git = "https://github.com/smithay//smithay", rev = "c17297b"}