diff --git a/.gitignore b/.gitignore index 573fb59..6071b03 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /target *.html -.direnv/ +.direnv diff --git a/Cargo.lock b/Cargo.lock index 46e38f6..057337d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,8 +231,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] name = "hyprland" -version = "0.4.0-alpha.2" -source = "git+https://github.com/hyprland-community/hyprland-rs?branch=master#116305ab39c69b72e9f19162c4264dbec86be5dd" +version = "0.4.0-alpha.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2de3f836e02af5a12f374d3a986867c1dc487a63a6d19477d66c7de50f715895" dependencies = [ "ahash", "derive_more", @@ -267,8 +268,9 @@ dependencies = [ [[package]] name = "hyprland-macros" -version = "0.4.0-alpha.2" -source = "git+https://github.com/hyprland-community/hyprland-rs?branch=master#116305ab39c69b72e9f19162c4264dbec86be5dd" +version = "0.4.0-alpha.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5dd8ce4c182ce77e485918f49262425ee51a2746fe97f14084869aeff2fbc38e" dependencies = [ "quote", "syn", diff --git a/Cargo.toml b/Cargo.toml index c1de8bd..4bfbe23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"