From 3e32c4781399be62a62478d6cb178b63b39201a9 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 21 Oct 2024 08:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d2cad78..348911b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1271,7 +1271,7 @@ dependencies = [ [[package]] name = "zbus_polkit" -version = "4.0.0" +version = "5.0.0" dependencies = [ "async-std", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 554ffcc..d6061cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zbus_polkit" -version = "4.0.0" +version = "5.0.0" authors = [ "Marc-André Lureau ", "Zeeshan Ali Khan ",