diff --git a/Cargo.lock b/Cargo.lock index 7981db6e..2982a85e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,7 +807,7 @@ dependencies = [ [[package]] name = "cosmic-client-toolkit" version = "0.1.0" -source = "git+https://github.com/pop-os//cosmic-protocols?branch=corner-radius#633beb022dcb7c2f6247ab7c8100730d5b8bc16f" +source = "git+https://github.com/pop-os//cosmic-protocols?branch=main#d0e95be25e423cfe523b11111a3666ed7aaf0dc4" dependencies = [ "bitflags 2.9.4", "cosmic-protocols", @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "cosmic-protocols" version = "0.1.0" -source = "git+https://github.com/pop-os//cosmic-protocols?branch=corner-radius#633beb022dcb7c2f6247ab7c8100730d5b8bc16f" +source = "git+https://github.com/pop-os//cosmic-protocols?branch=main#d0e95be25e423cfe523b11111a3666ed7aaf0dc4" dependencies = [ "bitflags 2.9.4", "wayland-backend", diff --git a/Cargo.toml b/Cargo.toml index c171c0d0..e0877934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ cosmic-config = { git = "https://github.com/pop-os/libcosmic/", features = [ "calloop", "macro", ] } -cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", rev = "e706814", default-features = false, features = [ +cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", rev = "d0e95be", default-features = false, features = [ "server", ] } cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" } @@ -143,8 +143,8 @@ inherits = "release" lto = "fat" [patch."https://github.com/pop-os/cosmic-protocols"] -cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch = "corner-radius" } -cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "corner-radius" } +cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" } +cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" } [patch.crates-io] smithay = { git = "https://github.com/smithay/smithay.git", rev = "eb45814" }