Skip to content

Commit

Permalink
chore: Bump zenoh.* version to 1.0.0-alpha.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Jul 11, 2024
1 parent 2565f76 commit a265c1d
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 63 deletions.
112 changes: 57 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 @@ -53,10 +53,10 @@ rand = "0.8.5"
spin = "0.9.5"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh-protocol = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh = { version = "1.0.0-alpha.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.4", default-features = false }
zenoh-protocol = { version = "1.0.0-alpha.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.4" }
zenoh-util = { version = "1.0.0-alpha.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.4" }
zenoh-ext = { version = "1.0.0-alpha.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.4" }
flume = "*"

[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 @@ -53,10 +53,10 @@ rand = "0.8.5"
spin = "0.9.5"
unwrap-infallible = "0.1.5"
const_format = "0.2.32"
zenoh = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0", default-features = false }
zenoh-protocol = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh-util = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh-ext = { version = "0.11.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "dev/1.0.0" }
zenoh = { version = "1.0.0-alpha.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.4", default-features = false }
zenoh-protocol = { version = "1.0.0-alpha.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.4" }
zenoh-util = { version = "1.0.0-alpha.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.4" }
zenoh-ext = { version = "1.0.0-alpha.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-alpha.4" }
flume = "*"

[build-dependencies]
Expand Down

0 comments on commit a265c1d

Please sign in to comment.