Skip to content

Commit

Permalink
chore: release 0.8.6
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Dec 6, 2024
1 parent 1a0b1fe commit 6625b15
Show file tree
Hide file tree
Showing 28 changed files with 9 additions and 2,379 deletions.
20 changes: 9 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ resolver = "2"

members = ["zrpc", "zrpc-derive"]

exclude = ["zenoh-typed", "zrpc-perf"]

[workspace.package]
authors = ["gabrik <[email protected]>"]
categories = ["network-programming"]
Expand All @@ -27,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-dev"
version = "0.8.6"

[profile.release]
codegen-units = 1
Expand Down Expand Up @@ -62,11 +60,11 @@ tokio = { version = "1.35.1", default-features = false, features = [
"time",
] }
tracing = "0.1"
zenoh = { version = "1.0.3", default-features = false }
zenoh-codec = { version = "1.0.3" }
zenoh-core = { version = "1.0.3" }
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.6-dev", path = "./zrpc" }
zenoh = { version = "1.0.4", default-features = false }
zenoh-codec = { version = "1.0.4" }
zenoh-core = { version = "1.0.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" }
52 changes: 0 additions & 52 deletions zenoh-typed/Cargo.toml

This file was deleted.

157 changes: 0 additions & 157 deletions zenoh-typed/examples/z_pub.rs

This file was deleted.

Loading

0 comments on commit 6625b15

Please sign in to comment.