Skip to content

Commit 94b6163

Browse files
authored
Merge pull request #29 from cyrinux/dev
2 parents 2f18c3a + bae13d0 commit 94b6163

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "hyprland-autoname-workspaces"
33
authors = ["Cyril Levis", "Maxim Baz"]
4-
version = "0.3.7"
4+
version = "0.3.9"
55
edition = "2021"
66
categories = ["gui"]
77
keywords = ["linux", "desktop-application", "hyprland","waybar","wayland"]
@@ -13,7 +13,7 @@ repository = "https://github.com/cyrinux/hyprland-autoname-workspaces"
1313

1414
[dependencies]
1515
clap = { version = "4.1.1", features = ["derive"] }
16-
hyprland = { git = "https://github.com/hyprland-community/hyprland-rs" }
16+
hyprland = "0.3.1"
1717
signal-hook = "0.3.14"
1818
toml = { version = "0.5.10", features = ["indexmap", "preserve_order"] }
1919
xdg = "2.4.1"

0 commit comments

Comments
 (0)