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"