aboutsummaryrefslogtreecommitdiff
path: root/niri-visual-tests
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-08-10 12:55:24 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2024-08-10 12:55:24 +0300
commit8f71f8958ea8761816c5dd01a0d2eb0776587468 (patch)
tree4a97a4f62ffc8558fecdb2ad6cac0d3f5c27591d /niri-visual-tests
parentfcb97cfd5e124339c5fbe1a7aed931e0c525a3e9 (diff)
downloadniri-8f71f8958ea8761816c5dd01a0d2eb0776587468.tar.gz
niri-8f71f8958ea8761816c5dd01a0d2eb0776587468.tar.bz2
niri-8f71f8958ea8761816c5dd01a0d2eb0776587468.zip
Bump version to 0.1.8
Diffstat (limited to 'niri-visual-tests')
-rw-r--r--niri-visual-tests/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/niri-visual-tests/Cargo.toml b/niri-visual-tests/Cargo.toml
index 7bcc4921..7661ed1b 100644
--- a/niri-visual-tests/Cargo.toml
+++ b/niri-visual-tests/Cargo.toml
@@ -11,8 +11,8 @@ repository.workspace = true
adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4"] }
anyhow.workspace = true
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" }
+niri = { version = "0.1.8", path = ".." }
+niri-config = { version = "0.1.8", path = "../niri-config" }
smithay.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true