From 98401b8e64286cdac7eb69d2e9058b7e558ee200 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Sun, 14 Feb 2021 00:11:42 +0100 Subject: [PATCH] Release 0.2.0 The major and only change is that I've replaced my home-brewn IPC structs with the swayipc crate. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47ed31e..14634ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swayr" -version = "0.1.1" +version = "0.2.0" description = "A wofi-based LRU window-switcher (and more) for the sway window manager" homepage = "https://sr.ht/~tsdh/swayr/" repository = "https://git.sr.ht/~tsdh/swayr" @@ -13,4 +13,4 @@ serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.59" clap = "3.0.0-beta.2" users = "0.11.0" -swayipc = "2.7.2" \ No newline at end of file +swayipc = "2.7.2"