From db311901072892f0142e5324a6e1c7ca7e5ed153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20S=C3=A1lyi?= Date: Sat, 8 Apr 2023 17:43:51 +0200 Subject: [PATCH] Update version --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- PKGBUILD | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d8285d..b319d8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,13 +275,13 @@ dependencies = [ [[package]] name = "errno" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" +checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" dependencies = [ "errno-dragonfly", "libc", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] @@ -594,7 +594,7 @@ dependencies = [ [[package]] name = "multibg-sway" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "env_logger", @@ -811,9 +811,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "rustix" -version = "0.37.8" +version = "0.37.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aef160324be24d31a62147fae491c14d2204a3865c7ca8c3b0d7f7bcb3ea635" +checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77" dependencies = [ "bitflags", "errno", diff --git a/Cargo.toml b/Cargo.toml index 579a15f..7c27772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multibg-sway" -version = "0.1.0" +version = "0.1.1" authors = ["Gergő Sályi "] edition = "2021" description = "Set a different wallpaper for the background of each Sway workspace" diff --git a/PKGBUILD b/PKGBUILD index 9bc4fe5..fc4faba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gergő Sályi pkgname=multibg-sway -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=1 pkgdesc='Set a different wallpaper for the background of each Sway workspace' arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')