Upgrade dependencies

This commit is contained in:
Ivan Molodetskikh
2024-07-27 09:28:40 +03:00
parent d777810911
commit c506fecc87
4 changed files with 271 additions and 241 deletions
+2 -2
View File
@@ -8,9 +8,9 @@ edition.workspace = true
repository.workspace = true
[dependencies]
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4"] }
anyhow.workspace = true
gtk = { version = "0.8.2", package = "gtk4", features = ["v4_12"] }
gtk = { version = "0.9.0", package = "gtk4", features = ["v4_12"] }
niri = { version = "0.1.7", path = ".." }
niri-config = { version = "0.1.7", path = "../niri-config" }
smithay.workspace = true