Skip to content

Commit

Permalink
chore: 0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriele Baldoni <[email protected]>
  • Loading branch information
gabrik committed Oct 21, 2024
1 parent eb063a2 commit a7f77ba
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.1-dev"
version = "0.8.1"

[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 @@ -28,7 +28,7 @@ syn-serde = { workspace = true }
tokio = { workspace = true, features = ["io-std","io-util", "rt-multi-thread"]}
zenoh = { workspace = true }
zenoh-util = { workspace = true }
zrpc = { version = "0.8.1-dev", path = "../zrpc" }
zrpc = { version = "0.8.1", path = "../zrpc" }

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

0 comments on commit a7f77ba

Please sign in to comment.