From 3a8b44cc5e34c79f26d2b235498875d012042f2f Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Mon, 15 May 2023 21:01:01 +1000 Subject: [PATCH] bump hyprland to 0.3.3 --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4efb4a4..3f84aee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprland" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2166a21b9f0018d522bfd25debccdb16af8d2100aee63f842f9da37256129571" +checksum = "915d3cd66e1f0c4f5960bf64d5ee8457f29de82756b34b19a05ca714d5e312ac" dependencies = [ "async-trait", "derive_more", @@ -206,16 +206,16 @@ dependencies = [ [[package]] name = "hyprland-activewindow" -version = "0.3.1" +version = "0.3.2" dependencies = [ "hyprland", ] [[package]] name = "hyprland-macros" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0088021091c08e29e9d1f735142ab811bd4d4d7f82fd4d4673407cb96fffb062" +checksum = "7d6c35c4399e9db5eb8272c5379eb5dccab14ac27a21487301c523fa644b4c04" dependencies = [ "quote", "syn 2.0.13", diff --git a/Cargo.toml b/Cargo.toml index 29c1a07..44da1a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "hyprland-activewindow" -version = "0.3.1" +version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyprland = "0.3.2" +hyprland = "0.3.3"