Release 0.2.0

The major and only change is that I've replaced my home-brewn IPC structs with
the swayipc crate.
timeout_old
Tassilo Horn 4 years ago
parent 32859713d4
commit 98401b8e64
  1. 4
      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"
swayipc = "2.7.2"

Loading…
Cancel
Save