Skip to content

Commit

Permalink
chore: Bump zenoh.* version to 0.11.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed May 14, 2024
1 parent d2e5c47 commit 01dd85a
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
110 changes: 55 additions & 55 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ libc = "0.2.139"
rand = "0.8.5"
spin = "0.9.5"
# shared-memory enabled for zenoh even if zenoh-c "shared-memory" feature is disabled. This is to make "std::mem::transmute" work for `ZSLice`
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["shared-memory", "unstable"], default-features = false }
zenoh-protocol = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["shared-memory"] }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable"] }
zenoh = { version = "0.11.0-rc.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.3", features = ["shared-memory", "unstable"], default-features = false }
zenoh-protocol = { version = "0.11.0-rc.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.3", features = ["shared-memory"] }
zenoh-util = { version = "0.11.0-rc.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.3" }
zenoh-ext = { version = "0.11.0-rc.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.3", features = ["unstable"] }
tracing = "0.1"

[build-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ libc = "0.2.139"
rand = "0.8.5"
spin = "0.9.5"
# shared-memory enabled for zenoh even if zenoh-c "shared-memory" feature is disabled. This is to make "std::mem::transmute" work for `ZSLice`
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["shared-memory", "unstable"], default-features = false }
zenoh-protocol = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["shared-memory"] }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable"] }
zenoh = { version = "0.11.0-rc.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.3", features = ["shared-memory", "unstable"], default-features = false }
zenoh-protocol = { version = "0.11.0-rc.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.3", features = ["shared-memory"] }
zenoh-util = { version = "0.11.0-rc.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.3" }
zenoh-ext = { version = "0.11.0-rc.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/0.11.0-rc.3", features = ["unstable"] }
tracing = "0.1"

[build-dependencies]
Expand Down

0 comments on commit 01dd85a

Please sign in to comment.