diff --git a/Cargo.toml b/Cargo.toml index 443636e3e..7e45e8b29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,8 +35,8 @@ wayland-csd-frame = "0.3.0" xkbcommon = { version = "0.7.0", optional = true, features = ["wayland"] } xkeysym = "0.2.0" -calloop = { version = "0.13.0", optional = true } -calloop-wayland-source = { version = "0.3.0", optional = true } +calloop = { version = "0.14.0", optional = true } +calloop-wayland-source = { git = "https://github.com/ids1024/calloop-wayland-source", branch = "update-calloop", optional = true } [features] default = ["calloop", "xkbcommon"]