From 6a92030341e8d77cbf75c291d133fb19d7ab5be4 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 6 Oct 2023 17:42:20 +0200 Subject: [PATCH] deps: More calloop patches --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9b9b86c5..b4a296c1 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?rev=3cb03fb80#3cb03fb80be39904b8e8b9b319862618341840d7" +source = "git+https://github.com/Smithay/calloop?rev=71b6e633b1#71b6e633b199cd4a2b469f6286970fca7a368e14" dependencies = [ "async-task", "bitflags 2.4.0", diff --git a/Cargo.toml b/Cargo.toml index 4333bede..2a394951 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", rev = "3cb03fb80" } \ No newline at end of file +calloop = { git = "https://github.com/Smithay/calloop", rev = "71b6e633b1" } \ No newline at end of file