From 0edf7e04b49bc9b368a3091b579f788b8d07ca98 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Mon, 21 Oct 2024 11:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.4.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 dbf5ce2..3bfd89a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -342,7 +342,7 @@ dependencies = [ [[package]] name = "busd" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 83728cc..7bb52e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "busd" -version = "0.3.1" +version = "0.4.0" authors = ["Zeeshan Ali Khan "] description = "A D-Bus bus (broker) implementation" edition = "2021"