chore: Update cosmic-protocols

This commit is contained in:
Victoria Brekenfeld 2025-03-21 20:17:51 +01:00 committed by Victoria Brekenfeld
parent ea09334ff7
commit fc43b25421
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -786,7 +786,7 @@ dependencies = [
[[package]]
name = "cosmic-client-toolkit"
version = "0.1.0"
source = "git+https://github.com/pop-os//cosmic-protocols?rev=e706814#e706814a5c30fac6382b2306c40067496f2c03c2"
source = "git+https://github.com/pop-os//cosmic-protocols?rev=ee0d46f#ee0d46f4b7e1508011a98225f14c4a0528ab2914"
dependencies = [
"bitflags 2.8.0",
"cosmic-protocols",
@ -907,7 +907,7 @@ dependencies = [
[[package]]
name = "cosmic-protocols"
version = "0.1.0"
source = "git+https://github.com/pop-os//cosmic-protocols?rev=e706814#e706814a5c30fac6382b2306c40067496f2c03c2"
source = "git+https://github.com/pop-os//cosmic-protocols?rev=ee0d46f#ee0d46f4b7e1508011a98225f14c4a0528ab2914"
dependencies = [
"bitflags 2.8.0",
"wayland-backend",

View file

@ -116,8 +116,8 @@ inherits = "release"
lto = "fat"
[patch."https://github.com/pop-os/cosmic-protocols"]
cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", rev = "e706814" }
cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", rev = "e706814" }
cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", rev = "ee0d46f" }
cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", rev = "ee0d46f" }
[patch."https://github.com/smithay/smithay"]
smithay = { git = "https://github.com/smithay/smithay//", rev = "796c41c" }