diff --git a/Cargo.lock b/Cargo.lock index 0307a5f..e2c4de3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1497,7 +1497,7 @@ dependencies = [ [[package]] name = "cosmic-client-toolkit" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols//?rev=178eb0b#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51" +source = "git+https://github.com/pop-os/cosmic-protocols//?rev=ed2a481#ed2a48143cd6dc63274aa04461de3d341e50b16b" dependencies = [ "cosmic-protocols", "libc", @@ -1612,7 +1612,7 @@ dependencies = [ [[package]] name = "cosmic-protocols" version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols//?rev=178eb0b#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51" +source = "git+https://github.com/pop-os/cosmic-protocols//?rev=ed2a481#ed2a48143cd6dc63274aa04461de3d341e50b16b" dependencies = [ "bitflags 2.8.0", "wayland-backend", diff --git a/Cargo.toml b/Cargo.toml index f43f66f..0d596ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,8 @@ lto = "thin" # smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "c583de8" } [patch.'https://github.com/pop-os/cosmic-protocols'] -cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "178eb0b" } -cosmic-client-toolkit = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "178eb0b" } +cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "ed2a481" } +cosmic-client-toolkit = { git = "https://github.com/pop-os/cosmic-protocols//", rev = "ed2a481" } # For development and testing purposes # [patch.'https://github.com/pop-os/libcosmic']