Skip to content

Commit

Permalink
chore: lib updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Jul 10, 2023
1 parent 2630b3f commit 36ccfbe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 23 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

5 changes: 2 additions & 3 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 = "1.1.4"
version = "1.1.5"
edition = "2021"
categories = ["gui"]
keywords = ["linux", "desktop-application", "hyprland", "waybar", "wayland"]
Expand All @@ -14,8 +14,7 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces
[dependencies]
regex = "1"
clap = { version = "4.1.1", features = ["derive"] }
hyprland = { version = "0.3.7", features = ["silent"] }
# hyprland = { git = "https://github.com/cyrinux/hyprland-rs.git", branch="chore/better-events-handling", features = ["silent"] }
hyprland = { version = "0.3.8", 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 config.toml.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "1.1.4"
version = "1.1.5"

[format]
dedup = true
Expand Down

0 comments on commit 36ccfbe

Please sign in to comment.