From 10d926cdad565a708f50eed08ca40e690fd9df92 Mon Sep 17 00:00:00 2001 From: ChenYing Kuo Date: Fri, 25 Oct 2024 10:33:37 +0800 Subject: [PATCH] Bump to 0.3.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 412cf85..4095018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2604,7 +2604,7 @@ dependencies = [ [[package]] name = "up-transport-zenoh" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index cdd6189..bf1bb93 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.2.0" +version = "0.3.0" [lints.clippy] all = "deny"