Skip to content

Commit

Permalink
chore: update regex crate
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Jul 7, 2023
1 parent 20809ce commit 9ff5055
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 31 deletions.
70 changes: 41 additions & 29 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 = "1.1.2"
version = "1.1.3"
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 = { version = "0.3.4", features = ["silent"] }
hyprland = { version = "0.3.6", features = ["silent"] }
# hyprland = { git = "https://github.com/hyprland-community/hyprland-rs.git", features = ["silent"] }
signal-hook = "0.3.14"
toml = { version = "0.5.10", features = ["indexmap", "preserve_order"] }
Expand Down

0 comments on commit 9ff5055

Please sign in to comment.