Skip to content

Commit

Permalink
chore: release 0.8.4
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Nov 18, 2024
1 parent 7bae670 commit b6ab77a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4-dev"
version = "0.8.4"

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion zrpc-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio = { workspace = true, features = [
tracing = { workspace = true }
zenoh = { workspace = true }
zenoh-util = { workspace = true }
zrpc = { version = "0.8.4-dev", path = "../zrpc" }
zrpc = { version = "0.8.4", path = "../zrpc" }

[dev-dependencies]
env_logger = { workspace = true }
Expand Down

0 comments on commit b6ab77a

Please sign in to comment.