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" }