From 8386d2f4f30a472666d70d137c8f88f0b9ef822a Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:53:37 +1000 Subject: [PATCH] Bump hyprland to 0.3.11 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9db8b0e..4d5af53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprland" -version = "0.3.9" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b1eac91e67a2db723b96dee0883a7b3ccce55d1ee26e7373c497505f7a3c4b8" +checksum = "1d42b8c26f4d39e0c489b7495ba8d91bde7de45bf02e1d8ddc7b759befd4a5c8" dependencies = [ "async-trait", "derive_more", @@ -206,7 +206,7 @@ dependencies = [ [[package]] name = "hyprland-activewindow" -version = "0.4.1" +version = "0.4.2" dependencies = [ "hyprland", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4b59db4..23c83fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "hyprland-activewindow" -version = "0.4.1" +version = "0.4.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyprland = "0.3.9" +hyprland = "0.3.11" serde_json = "1.0" serde = "1.0" \ No newline at end of file