diff --git a/Cargo.lock b/Cargo.lock index 5f59b02a..24a97537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -788,7 +788,7 @@ name = "cosmic-client-toolkit" version = "0.1.0" source = "git+https://github.com/pop-os/cosmic-protocols?rev=d218c76#d218c76b58c7a3b20dd5e7943f93fc306a1b81b8" dependencies = [ - "cosmic-protocols 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?rev=d218c76)", + "cosmic-protocols", "libc", "smithay-client-toolkit", "wayland-client", @@ -805,7 +805,7 @@ dependencies = [ "calloop 0.14.2", "cosmic-comp-config", "cosmic-config", - "cosmic-protocols 0.1.0 (git+https://github.com/pop-os/cosmic-protocols?branch=main)", + "cosmic-protocols", "cosmic-settings-config", "egui", "egui_plot", @@ -903,19 +903,6 @@ dependencies = [ "xdg", ] -[[package]] -name = "cosmic-protocols" -version = "0.1.0" -source = "git+https://github.com/pop-os/cosmic-protocols?branch=main#d218c76b58c7a3b20dd5e7943f93fc306a1b81b8" -dependencies = [ - "bitflags 2.7.0", - "wayland-backend", - "wayland-protocols", - "wayland-protocols-wlr", - "wayland-scanner", - "wayland-server", -] - [[package]] name = "cosmic-protocols" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 54125d9a..51f32244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ bytemuck = "1.12" calloop = {version = "0.14.1", features = ["executor"]} cosmic-comp-config = {path = "cosmic-comp-config"} cosmic-config = {git = "https://github.com/pop-os/libcosmic/", features = ["calloop", "macro"]} -cosmic-protocols = {git = "https://github.com/pop-os/cosmic-protocols", branch = "main", default-features = false, features = ["server"]} +cosmic-protocols = {git = "https://github.com/pop-os/cosmic-protocols", rev = "d218c76", default-features = false, features = ["server"]} cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" } libdisplay-info = "0.2.0" egui = {version = "0.29.0", optional = true}