From 7e2a33f0f6d3cbbe3add5a201b496ee58226466d Mon Sep 17 00:00:00 2001 From: "ChenYing Kuo (CY)" Date: Fri, 7 Feb 2025 16:11:37 +0800 Subject: [PATCH] Bump to 0.5.0 (#102) 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 e5be543..9782232 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "up-transport-zenoh" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 74ccc81..1b072a8 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.76" -version = "0.4.0" +version = "0.5.0" [lints.clippy] all = "deny"