diff --git a/Cargo.lock b/Cargo.lock index a7b36a1d..9b9b86c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -370,7 +370,7 @@ dependencies = [ [[package]] name = "calloop" version = "0.12.2" -source = "git+https://github.com/Smithay/calloop?branch=zombies#9a4fd9d85b35e03213983f727e6fe49367abab51" +source = "git+https://github.com/Smithay/calloop?rev=3cb03fb80#3cb03fb80be39904b8e8b9b319862618341840d7" dependencies = [ "async-task", "bitflags 2.4.0", diff --git a/Cargo.toml b/Cargo.toml index 24a6548e..4333bede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,4 +90,4 @@ lto = "fat" smithay = { git = "https://github.com/smithay//smithay", rev = "74ef59a3f" } [patch.crates-io] -calloop = { git = "https://github.com/Smithay/calloop", branch = "zombies" } \ No newline at end of file +calloop = { git = "https://github.com/Smithay/calloop", rev = "3cb03fb80" } \ No newline at end of file