@ -360,7 +360,7 @@ dependencies = [
[[package]]
name = "swayr"
version = "0.10.0-beta.3"
version = "0.10.0-beta.4"
dependencies = [
"clap",
"directories",
@ -1,6 +1,6 @@
[package]
description = "A LRU window-switcher (and more) for the sway window manager"
homepage = "https://sr.ht/~tsdh/swayr/"
repository = "https://git.sr.ht/~tsdh/swayr"
@ -271,8 +271,8 @@ impl<'a> Tree<'a> {
}
if !v.is_empty() {
v.rotate_left(1);
x.append(&mut v);
} else {
x = v;