From 51b6a453ad9e8a374c0d54920e1ff8ecd3d13c0c Mon Sep 17 00:00:00 2001 From: FieldofClay <7278759+FieldofClay@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:21:41 +1000 Subject: [PATCH] Bump hypland 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 023b1a6..82e28f7 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", @@ -216,7 +216,7 @@ dependencies = [ [[package]] name = "hyprland-workspaces" -version = "1.2.4" +version = "1.2.5" dependencies = [ "hyprland", "serde", diff --git a/Cargo.toml b/Cargo.toml index bb13de4..4da9baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "hyprland-workspaces" -version = "1.2.4" +version = "1.2.5" 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"