Skip to content

Commit f376456

Browse files
chore: Bump zenoh.* version to 1.6.2
1 parent 805a4b9 commit f376456

5 files changed

Lines changed: 136 additions & 136 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ spin = "0.9.5"
7474
tokio = "*"
7575
unwrap-infallible = "0.1.5"
7676
const_format = "0.2.32"
77-
zenoh = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
78-
zenoh-ext = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["internal"] }
79-
zenoh-runtime = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
80-
zenoh-util = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
77+
zenoh = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2", default-features = false, features = ["internal"] }
78+
zenoh-ext = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2", default-features = false, features=["internal"] }
79+
zenoh-runtime = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2" }
80+
zenoh-util = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2" }
8181
flume = "*"
8282

8383
[target.'cfg(unix)'.dependencies]
8484
ctor = "0.4.1"
8585

8686
[build-dependencies]
87-
zenoh = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
87+
zenoh = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2", default-features = false, features = ["internal"] }
8888
cbindgen = "0.29.0"
8989
fs2 = "0.4.3"
9090
regex = "1.11.1"

Cargo.toml.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@ spin = "0.9.5"
7474
tokio = "*"
7575
unwrap-infallible = "0.1.5"
7676
const_format = "0.2.32"
77-
zenoh = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
78-
zenoh-ext = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["internal"] }
79-
zenoh-runtime = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
80-
zenoh-util = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
77+
zenoh = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2", default-features = false, features = ["internal"] }
78+
zenoh-ext = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2", default-features = false, features=["internal"] }
79+
zenoh-runtime = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2" }
80+
zenoh-util = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2" }
8181
flume = "*"
8282

8383
[target.'cfg(unix)'.dependencies]
8484
ctor = "0.4.1"
8585

8686
[build-dependencies]
87-
zenoh = { version = "1.6.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
87+
zenoh = { version = "1.6.2", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.6.2", default-features = false, features = ["internal"] }
8888
cbindgen = "0.29.0"
8989
fs2 = "0.4.3"
9090
regex = "1.11.1"

0 commit comments

Comments
 (0)