Skip to content

Commit

Permalink
Merge pull request #29 from cyrinux/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux authored Apr 1, 2023
2 parents 2f18c3a + bae13d0 commit 94b6163
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.3.7"
version = "0.3.9"
edition = "2021"
categories = ["gui"]
keywords = ["linux", "desktop-application", "hyprland","waybar","wayland"]
Expand All @@ -13,7 +13,7 @@ repository = "https://github.com/cyrinux/hyprland-autoname-workspaces"

[dependencies]
clap = { version = "4.1.1", features = ["derive"] }
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs" }
hyprland = "0.3.1"
signal-hook = "0.3.14"
toml = { version = "0.5.10", features = ["indexmap", "preserve_order"] }
xdg = "2.4.1"
Expand Down

0 comments on commit 94b6163

Please sign in to comment.