Skip to content

Commit

Permalink
Set version to 0.6.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch committed Sep 29, 2022
1 parent 5c34a4e commit b60f17f
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 58 deletions.
119 changes: 71 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions zenoh-bridge-dds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zenoh-bridge-dds"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
authors = [
"kydos <[email protected]>",
"Esteve Fernandez <[email protected]>",
Expand All @@ -33,9 +33,9 @@ env_logger = "0.9.0"
lazy_static = "1.4.0"
log = "0.4"
serde_json = "1.0.71"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = ["unstable"] }
zenoh-plugin-rest = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false }
zenoh = { version = "0.6.0-beta.1", features = ["unstable"] }
zenoh-plugin-rest = { version = "0.6.0-beta.1", default-features = false }
zenoh-plugin-trait = { version = "0.6.0-beta.1", default-features = false }
zplugin-dds = { path = "../zplugin-dds", default-features = false }

[dependencies.async-std]
Expand Down
12 changes: 6 additions & 6 deletions zplugin-dds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
[package]
name = "zplugin-dds"
version = "0.6.0-dev.0"
version = "0.6.0-beta.1"
authors = [
"kydos <[email protected]>",
"Esteve Fernandez <[email protected]>",
Expand Down Expand Up @@ -51,11 +51,11 @@ log = "0.4.17"
regex = "1.6.0"
serde = "1.0.144"
serde_json = "1.0.85"
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = ["unstable"] }
zenoh-collections = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-core = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master" }
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", features = ["unstable"] }
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh", branch = "master", default-features = false }
zenoh = { version = "0.6.0-beta.1", features = ["unstable"] }
zenoh-collections = { version = "0.6.0-beta.1" }
zenoh-core = { version = "0.6.0-beta.1" }
zenoh-ext = { version = "0.6.0-beta.1", features = ["unstable"] }
zenoh-plugin-trait = { version = "0.6.0-beta.1", default-features = false }

[dependencies.async-std]
version = "=1.12.0"
Expand Down

0 comments on commit b60f17f

Please sign in to comment.