From fb5245028c07b056cb5564f39f5223afb90f98f5 Mon Sep 17 00:00:00 2001 From: Gabriele Baldoni Date: Fri, 6 Dec 2024 08:23:08 +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 17763fd..afe14d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,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.6" +version = "0.8.7-dev" [profile.release] codegen-units = 1 @@ -67,4 +67,4 @@ zenoh-ext = { version = "1.0.4" } zenoh-macros = { version = "1.0.4" } zenoh-protocol = { version = "1.0.4" } zenoh-util = { version = "1.0.4" } -zrpc = { version = "0.8.6", path = "./zrpc" } +zrpc = { version = "0.8.7-dev", path = "./zrpc" }