From 1a0b1fee02f74e70a692070e66d7364ca2d93631 Mon Sep 17 00:00:00 2001 From: Gabriele Baldoni Date: Fri, 22 Nov 2024 11:53:35 +0100 Subject: [PATCH] chore: prepare next iteration Signed-off-by: Gabriele Baldoni --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b977ee1..d957d5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ homepage = "https://github.com/ZettaScaleLabs/zenoh-rpc" license = " EPL-2.0 OR Apache-2.0" readme = "README.md" repository = "https://github.com/ZettaScaleLabs/zenoh-rpc" -version = "0.8.5" +version = "0.8.6-dev" [profile.release] codegen-units = 1 @@ -69,4 +69,4 @@ zenoh-ext = { version = "1.0.3" } zenoh-macros = { version = "1.0.3" } zenoh-protocol = { version = "1.0.3" } zenoh-util = { version = "1.0.3" } -zrpc = { version = "0.8.5", path = "./zrpc" } +zrpc = { version = "0.8.6-dev", path = "./zrpc" }