Skip to content

Commit

Permalink
updated cargo toml and bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: gabrik <[email protected]>
  • Loading branch information
gabrik committed Apr 27, 2023
1 parent 4731550 commit cfdd2f7
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 20 deletions.
12 changes: 12 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ exclude = [
"zrpc-perf",
]

[workspace.package]
version = "0.6.1-alpha.1"
authors = ["gabrik <[email protected]>"]
categories = ["network-programming"]
description = "Framework for decentralized and distributed microservices over Zenoh."
edition = "2018"
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"



[profile.release]
debug=false
Expand Down
20 changes: 10 additions & 10 deletions zrpc-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "zrpc-macros"
version = "0.6.0-alpha2"
authors = ["gabrik <[email protected]>"]
categories = ["network-programming"]
description = "Framework for decentralized and distributed microservices over Zenoh."
edition = "2018"
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.workspace = true
authors.workspace = true
categories.workspace = true
description.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
# To build with debug on macros: RUSTFLAGS="-Z macro-backtrace"

Expand All @@ -29,7 +29,7 @@ uhlc = "=0.5"
uuid = { version = "=1.2.2", features = ["serde", "v4"] }
zenoh = { version = "=0.7.0-rc", default-features = false }
zenoh-util = { version = "=0.7.0-rc" }
zrpc = { version = "0.6.0-alpha2", path = "../zrpc" }
zrpc = { version = "0.6.1-alpha.1", path = "../zrpc" }

[dev-dependencies]
serde_json = "1"
Expand Down
19 changes: 9 additions & 10 deletions zrpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
[package]
name = "zrpc"
version = "0.6.0-alpha2"
authors = ["gabrik <[email protected]>"]
categories = ["network-programming"]
description = "Framework for decentralized and distributed microservices over Zenoh."
edition = "2018"
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"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
version.workspace = true
authors.workspace = true
categories.workspace = true
description.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
readme.workspace = true
repository.workspace = true

[dependencies]
async-std = { version = "=1.12.0", features = ["attributes"] }
Expand Down

0 comments on commit cfdd2f7

Please sign in to comment.