From 3dfb962654080fa1909ff1178d57edfe5859af64 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sat, 28 May 2022 09:09:51 +0200 Subject: [PATCH] Release swayr-0.19.0 --- Cargo.lock | 6 +++--- swayr/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa7a538..8851b81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -260,9 +260,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "indexmap" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee" +checksum = "e6012d540c5baa3589337a98ce73408de9b5a25ec9fc2c6fd6be8f0d39e0ca5a" dependencies = [ "autocfg", "hashbrown", @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "swayr" -version = "0.18.0" +version = "0.19.0" dependencies = [ "clap", "directories", diff --git a/swayr/Cargo.toml b/swayr/Cargo.toml index b6dece1..e1b2289 100644 --- a/swayr/Cargo.toml +++ b/swayr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.18.0" +version = "0.19.0" 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"