From 23f10d376d3c86da6f226357a560b741214e15c0 Mon Sep 17 00:00:00 2001 From: "ChenYing Kuo (CY)" Date: Wed, 2 Oct 2024 10:25:04 +0800 Subject: [PATCH] Bump to 0.2.0 (#82) 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 e16cb41..489a32c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2633,7 +2633,7 @@ dependencies = [ [[package]] name = "up-transport-zenoh" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 015e8b8..0885ebf 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.1.1" +version = "0.2.0" [lints.clippy] all = "deny"