Skip to content

Commit 62ef7b0

Browse files
chore: Bump zenoh.* version to 1.3.0
1 parent b969fd6 commit 62ef7b0

File tree

3 files changed

+64
-64
lines changed

3 files changed

+64
-64
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: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ serde = { version = "1.0.154", default-features = false, features = [
3737
"derive",
3838
] } # Default features are disabled due to usage in no_std crates
3939
serde_json = "1.0.114"
40-
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [
40+
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.0", features = [
4141
"plugins",
42-
], version = "1.2.1" }
43-
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.1" }
44-
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.1" }
45-
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.1" }
46-
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.1" }
47-
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.1" }
48-
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.1" }
42+
], version = "1.3.0" }
43+
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.0", version = "1.3.0" }
44+
zenoh_backend_traits = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.0", version = "1.3.0" }
45+
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.0", version = "1.3.0" }
46+
zenoh-util = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.0", version = "1.3.0" }
47+
zenoh-result = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.0", version = "1.3.0" }
48+
zenoh-keyexpr = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.3.0", version = "1.3.0" }
4949

5050
uuid = { version = "1.3.0", default-features = false, features = [
5151
"v4",

zenoh-plugin-remote-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ maintainer = "zenoh-dev@eclipse.org"
8787
copyright = "2024 ZettaScale Technology"
8888
section = "net"
8989
license-file = ["../zenoh-ts/LICENSE", "0"]
90-
depends = "zenohd (=1.2.1)"
90+
depends = "zenohd (=1.3.0)"

0 commit comments

Comments
 (0)