Skip to content

Commit 36ccfbe

Browse files
committed
chore: lib updates
1 parent 2630b3f commit 36ccfbe

File tree

3 files changed

+22
-23
lines changed

3 files changed

+22
-23
lines changed

Cargo.lock

+19-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyprland-autoname-workspaces"
33
authors = ["Cyril Levis", "Maxim Baz"]
4-
version = "1.1.4"
4+
version = "1.1.5"
55
edition = "2021"
66
categories = ["gui"]
77
keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"]
@@ -14,8 +14,7 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces
1414
[dependencies]
1515
regex = "1"
1616
clap = { version = "4.1.1", features = ["derive"] }
17-
hyprland = { version = "0.3.7", features = ["silent"] }
18-
# hyprland = { git = "https://github.com/cyrinux/hyprland-rs.git", branch="chore/better-events-handling", features = ["silent"] }
17+
hyprland = { version = "0.3.8", features = ["silent"] }
1918
signal-hook = "0.3.14"
2019
toml = { version = "0.5.10", features = ["indexmap", "preserve_order"] }
2120
xdg = "2.4.1"

config.toml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.1.4"
1+
version = "1.1.5"
22

33
[format]
44
dedup = true

0 commit comments

Comments
 (0)