From 14cde3a9989b13901ffa910fb4e2ec736e335782 Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Tue, 20 Jun 2023 17:56:18 +1000 Subject: [PATCH] Bump hyprland to 0.3.4 --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f84aee..882d40d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -183,9 +183,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hyprland" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915d3cd66e1f0c4f5960bf64d5ee8457f29de82756b34b19a05ca714d5e312ac" +checksum = "1087b044f52e0d3910e3c2279f1cc8258db989f13cce2ab42fbe60f09a0eea3c" dependencies = [ "async-trait", "derive_more", @@ -206,16 +206,16 @@ dependencies = [ [[package]] name = "hyprland-activewindow" -version = "0.3.2" +version = "0.3.3" dependencies = [ "hyprland", ] [[package]] name = "hyprland-macros" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d6c35c4399e9db5eb8272c5379eb5dccab14ac27a21487301c523fa644b4c04" +checksum = "c941d3d52e979612af8cb94e8de49000c7fada2014a7791d173ab41339f4e4eb" dependencies = [ "quote", "syn 2.0.13", diff --git a/Cargo.toml b/Cargo.toml index 44da1a2..04a1156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "hyprland-activewindow" -version = "0.3.2" +version = "0.3.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -hyprland = "0.3.3" +hyprland = "0.3.4"