deps: More calloop patches
This commit is contained in:
parent
e1e5dd994a
commit
6a92030341
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -370,7 +370,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "calloop"
|
name = "calloop"
|
||||||
version = "0.12.2"
|
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 = [
|
dependencies = [
|
||||||
"async-task",
|
"async-task",
|
||||||
"bitflags 2.4.0",
|
"bitflags 2.4.0",
|
||||||
|
|
|
||||||
|
|
@ -90,4 +90,4 @@ lto = "fat"
|
||||||
smithay = { git = "https://github.com/smithay//smithay", rev = "74ef59a3f" }
|
smithay = { git = "https://github.com/smithay//smithay", rev = "74ef59a3f" }
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
calloop = { git = "https://github.com/Smithay/calloop", rev = "3cb03fb80" }
|
calloop = { git = "https://github.com/Smithay/calloop", rev = "71b6e633b1" }
|
||||||
Loading…
Add table
Add a link
Reference in a new issue