From 72cd1422141655553b577a9a4c5156911a14f633 Mon Sep 17 00:00:00 2001 From: Pete LeVasseur Date: Wed, 20 Nov 2024 09:41:00 -0500 Subject: [PATCH] Bump version number that I didn't last time. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2ad33a5..fcf27b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/eclipse-uprotocol/up-transport-vsomeip-rust" rust-version = "1.76" -version = "0.2.0" +version = "0.3.0" [workspace.dependencies] async-trait = { version = "0.1" }