Skip to content

Commit

Permalink
chore: use hyprland 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed May 12, 2023
1 parent 5608f11 commit b89ffc1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "hyprland-autoname-workspaces"
authors = ["Cyril Levis", "Maxim Baz"]
version = "0.5.0"
version = "0.5.1"
edition = "2021"
categories = ["gui"]
keywords = ["linux", "desktop-application", "hyprland","waybar","wayland"]
Expand All @@ -14,7 +14,7 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces
[dependencies]
regex = "1"
clap = { version = "4.1.1", features = ["derive"] }
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs.git", branch="master", features = ["silent"] }
hyprland = { version = "0.3.3", features = ["silent"] }
signal-hook = "0.3.14"
toml = { version = "0.5.10", features = ["indexmap", "preserve_order"] }
xdg = "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := hyprland-autoname-workspaces
VERSION := 0.3.7
VERSION := 0.5.1

PREFIX ?= /usr
LIB_DIR = $(DESTDIR)$(PREFIX)/lib
Expand Down

0 comments on commit b89ffc1

Please sign in to comment.