Skip to content

Commit fec29de

Browse files
chore: Bump zenoh.* version to 1.5.1
1 parent d8ae2c5 commit fec29de

File tree

3 files changed

+66
-66
lines changed

3 files changed

+66
-66
lines changed

Cargo.lock

Lines changed: 57 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ serde = { version = "1.0.219", default-features = false, features = [
3535
] } # Default features are disabled due to usage in no_std crates
3636
serde_json = "1.0.140"
3737
jsonschema = { version = "0.18.0", default-features = false }
38-
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
38+
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", features = [
3939
"plugins",
40-
], version = "1.5.0" }
41-
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.0" }
42-
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.0" }
43-
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.0" }
44-
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.0" }
45-
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.0" }
46-
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.5.0" }
40+
], version = "1.5.1" }
41+
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", version = "1.5.1" }
42+
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", version = "1.5.1" }
43+
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", version = "1.5.1" }
44+
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", version = "1.5.1" }
45+
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", version = "1.5.1" }
46+
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", version = "1.5.1" }
4747
zenoh-plugin-remote-api = { path = "zenoh-plugin-remote-api", version = "1.5.1" }
4848

4949
uuid = { version = "1.17.0", default-features = false, features = [

zenoh-plugin-remote-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ maintainer = "zenoh-dev@eclipse.org"
8484
copyright = "2024 ZettaScale Technology"
8585
section = "net"
8686
license-file = ["../zenoh-ts/LICENSE", "0"]
87-
depends = "zenohd (=1.5.0)"
87+
depends = "zenohd (=1.5.1)"

0 commit comments

Comments
 (0)