Skip to content

Commit d2fd877

Browse files
committed
chore: prepapre 1.1.15
1 parent db232a2 commit d2fd877

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/target
22
*.html
3-
.direnv/
3+
.direnv

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/hyprland-community/hyprland-autoname-workspaces
1414
[dependencies]
1515
regex = "1"
1616
clap = { version = "4.3.19", features = ["derive"] }
17-
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs", branch = "master", features = ["silent"] }
17+
hyprland = { version = "=0.4.0-alpha.3" , features = ["silent"] }
1818
signal-hook = "0.3.17"
1919
toml = { version = "0.7.6", features = ["indexmap", "preserve_order"] }
2020
xdg = "2.5.2"

0 commit comments

Comments
 (0)