From 29790b9a9a73d85d384e221d0770b151dfd92038 Mon Sep 17 00:00:00 2001 From: ChenYing Kuo Date: Tue, 3 Dec 2024 11:37:23 +0800 Subject: [PATCH] Bump to 0.4.0 Signed-off-by: ChenYing Kuo --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79633b2..f00384c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2604,7 +2604,7 @@ dependencies = [ [[package]] name = "up-transport-zenoh" -version = "0.3.1" +version = "0.4.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index d06eb34..b42c304 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "up-transport-zenoh" readme = "README.md" repository = "https://github.com/eclipse-uprotocol/up-transport-zenoh-rust" rust-version = "1.75.0" -version = "0.3.1" +version = "0.4.0" [lints.clippy] all = "deny"