Skip to content

Commit

Permalink
chore: prepapre 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrinux committed Aug 28, 2024
1 parent db232a2 commit d2fd877
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target
*.html
.direnv/
.direnv
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces
[dependencies]
regex = "1"
clap = { version = "4.3.19", features = ["derive"] }
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs", branch = "master", features = ["silent"] }
hyprland = { version = "=0.4.0-alpha.3" , features = ["silent"] }
signal-hook = "0.3.17"
toml = { version = "0.7.6", features = ["indexmap", "preserve_order"] }
xdg = "2.5.2"
Expand Down

0 comments on commit d2fd877

Please sign in to comment.