Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git
Repin workspace dependencies to their published revs
The pinned revs only affect builds outside this workspace, where an app is
cloned on its own, so a stale pin never fails a build here. Bumped by
bump-revs.sh after the dependency was pushed.
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 32a59e0..75342da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
doctest = false
[dependencies]
-cce-ui = { git = "https://github.com/lsgalante/cce-ui.git", rev = "ce2147b2053a55b64619b53ded316e5437587cb9" }
+cce-ui = { git = "https://github.com/lsgalante/cce-ui.git", rev = "4d4851b9c9681564a1acdcd811fab4506651190e" }
cce-window-manager = { git = "https://github.com/lsgalante/cce-window-manager.git", rev = "416f42c78fb63131121d8f2a86a607c31c829fc5" }
xkbcommon = "0.7"
serde = { version = "1", features = ["derive"] }