From b853d3388801c3f1405a7e937e4b9946a5127398 Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Sat, 22 Apr 2023 15:21:06 +1000 Subject: [PATCH] updated hyprland to 0.3.2 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe2fcf3..4efb4a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprland" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19d341e36a776cd092622daf2439a484247f3dc7d25eab7b286cc88ac85120d3" +checksum = "2166a21b9f0018d522bfd25debccdb16af8d2100aee63f842f9da37256129571" dependencies = [ "async-trait", "derive_more", @@ -206,7 +206,7 @@ dependencies = [ [[package]] name = "hyprland-activewindow" -version = "0.3.0" +version = "0.3.1" dependencies = [ "hyprland", ] diff --git a/Cargo.toml b/Cargo.toml index 2645d2a..29c1a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "hyprland-activewindow" -version = "0.3.0" +version = "0.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyprland = "0.3.1" +hyprland = "0.3.2"