Skip to content

Commit be616e0

Browse files
wash2Drakulix
authored andcommitted
chore: cosmic-protocols patch
1 parent 2e3bb2d commit be616e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cosmic-config = { git = "https://github.com/pop-os/libcosmic/", features = [
2222
"calloop",
2323
"macro",
2424
] }
25-
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", rev = "e706814", default-features = false, features = [
25+
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", rev = "d0e95be", default-features = false, features = [
2626
"server",
2727
] }
2828
cosmic-settings-config = { git = "https://github.com/pop-os/cosmic-settings-daemon" }
@@ -143,8 +143,8 @@ inherits = "release"
143143
lto = "fat"
144144

145145
[patch."https://github.com/pop-os/cosmic-protocols"]
146-
cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch = "corner-radius" }
147-
cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "corner-radius" }
146+
cosmic-protocols = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" }
147+
cosmic-client-toolkit = { git = "https://github.com/pop-os//cosmic-protocols", branch = "main" }
148148

149149
[patch.crates-io]
150150
smithay = { git = "https://github.com/smithay/smithay.git", rev = "eb45814" }

0 commit comments

Comments
 (0)