Skip to content

Commit 8a55dc4

Browse files
chore: Bump zenoh.* version to 1.7.0
1 parent db3ad9f commit 8a55dc4

File tree

3 files changed

+65
-65
lines changed

3 files changed

+65
-65
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ 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.7.0", features = [
3939
"internal",
4040
"plugins",
4141
"unstable",
42-
], version = "1.6.2" }
43-
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.6.2" }
44-
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.6.2" }
45-
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.6.2" }
46-
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.6.2" }
47-
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.6.2" }
42+
], version = "1.7.0" }
43+
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.7.0", version = "1.7.0" }
44+
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.7.0", version = "1.7.0" }
45+
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.7.0", version = "1.7.0" }
46+
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.7.0", version = "1.7.0" }
47+
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.7.0", version = "1.7.0" }
4848
zenoh-plugin-remote-api = { path = "zenoh-plugin-remote-api", version = "1.7.0" }
4949

5050
uuid = { version = "1.17.0", default-features = false, features = [
@@ -55,8 +55,8 @@ uhlc = { version = "0.8.0", default-features = false } # Default features are di
5555
cargo-run-bin = "1.7.4"
5656

5757
[workspace.dependencies.zenohd]
58-
version = "1.6.2"
59-
branch = "main"
58+
version = "1.7.0"
59+
branch = "release/1.7.0"
6060
git = "https://github.com/eclipse-zenoh/zenoh.git"
6161

6262
[workspace.metadata.bin]

zenoh-plugin-remote-api/Cargo.toml

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

0 commit comments

Comments
 (0)