From f1ae77f80ed950f0d88b33e3ab3c3e8d2d461db6 Mon Sep 17 00:00:00 2001 From: "ChenYing Kuo (CY)" Date: Sat, 16 Nov 2024 10:06:56 +0800 Subject: [PATCH] Bump version to 0.3.1 (#92) 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 4095018..868cc5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2604,7 +2604,7 @@ dependencies = [ [[package]] name = "up-transport-zenoh" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 547f418..3e2a20e 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.0" +version = "0.3.1" [lints.clippy] all = "deny"