From 9538e8f9160fbc5ea6c6f0bd813c70da935bdf52 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 13 Sep 2024 15:05:33 +0300 Subject: Upgrade dependencies --- niri-visual-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'niri-visual-tests') diff --git a/niri-visual-tests/Cargo.toml b/niri-visual-tests/Cargo.toml index 7661ed1b..fba8969f 100644 --- a/niri-visual-tests/Cargo.toml +++ b/niri-visual-tests/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true [dependencies] adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4"] } anyhow.workspace = true -gtk = { version = "0.9.0", package = "gtk4", features = ["v4_12"] } +gtk = { version = "0.9.1", package = "gtk4", features = ["v4_12"] } niri = { version = "0.1.8", path = ".." } niri-config = { version = "0.1.8", path = "../niri-config" } smithay.workspace = true -- cgit