Skip to content

Commit

Permalink
chore: Bump zenoh.* version to 1.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-zenoh-bot committed Oct 2, 2024
1 parent 8de00e2 commit f85756d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
106 changes: 53 additions & 53 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ pyo3 = { version = "0.21.2", features = [
"experimental-declarative-modules",
] }
validated_struct = "2.1.0"
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["unstable", "internal"], default-features = false }
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = ["internal"], optional = true }
zenoh = { version = "1.0.0-beta.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-beta.4", features = ["unstable", "internal"], default-features = false }
zenoh-ext = { version = "1.0.0-beta.4", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.0-beta.4", features = ["internal"], optional = true }

0 comments on commit f85756d

Please sign in to comment.