aboutsummaryrefslogtreecommitdiff
path: root/niri-visual-tests
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-16 18:00:19 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-16 18:00:19 +0400
commit3fdefae45bbe2053be2cf5c5dc4f9e33045de883 (patch)
tree6d454a8190c31f87f8ef7195500b713b2467ae2b /niri-visual-tests
parent6345224e953f580987105af669f3d2364bc0993c (diff)
downloadniri-3fdefae45bbe2053be2cf5c5dc4f9e33045de883.tar.gz
niri-3fdefae45bbe2053be2cf5c5dc4f9e33045de883.tar.bz2
niri-3fdefae45bbe2053be2cf5c5dc4f9e33045de883.zip
Bump version to 0.1.2
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 47825e59..6010a52f 100644
--- a/niri-visual-tests/Cargo.toml
+++ b/niri-visual-tests/Cargo.toml
@@ -11,8 +11,8 @@ repository.workspace = true
adw = { version = "0.6.0", package = "libadwaita", features = ["v1_4"] }
anyhow.workspace = true
gtk = { version = "0.8.0", package = "gtk4", features = ["v4_12"] }
-niri = { version = "0.1.1", path = ".." }
-niri-config = { version = "0.1.1", path = "../niri-config" }
+niri = { version = "0.1.2", path = ".." }
+niri-config = { version = "0.1.2", path = "../niri-config" }
smithay.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true