From 93fa1277915fc430abdd0b51638c839ecb5fd49e Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Sat, 2 Nov 2024 22:58:45 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20zn:=20Release=204.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 2 +- zbus_names/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10bf97f3c..b1ef19078 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2140,7 +2140,7 @@ dependencies = [ [[package]] name = "zbus_names" -version = "4.0.0" +version = "4.1.0" dependencies = [ "criterion", "serde", diff --git a/zbus_names/Cargo.toml b/zbus_names/Cargo.toml index 92dffc693..e370277dc 100644 --- a/zbus_names/Cargo.toml +++ b/zbus_names/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zbus_names" -version = "4.0.0" +version = "4.1.0" authors = ["Zeeshan Ali Khan "] edition = "2021" rust-version = "1.80"