deps: More calloop patches

This commit is contained in:
Victoria Brekenfeld 2023-10-06 17:42:20 +02:00
parent e1e5dd994a
commit 6a92030341
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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" }
calloop = { git = "https://github.com/Smithay/calloop", rev = "71b6e633b1" }