fix(cargo): enforce sctk version on dependencies

This commit is contained in:
Michael Aaron Murphy 2024-04-10 19:31:10 +02:00
parent 451f8bf5b7
commit 247d7c4678
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
2 changed files with 17 additions and 67 deletions

View file

@ -29,11 +29,14 @@ git = "https://github.com/pop-os/cosmic-randr"
[workspace.dependencies.sctk]
git = "https://github.com/smithay/client-toolkit/"
package = "smithay-client-toolkit"
rev = "2e9bf9f"
rev = "3bed072"
[profile.release]
opt-level = 3
[patch.'https://github.com/smithay/client-toolkit/']
smithay-client-toolkit = { git = "https://github.com/smithay/client-toolkit//", rev = "3bed072" }
# For development and testing purposes
# [patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "theme-export-gtk" }