Skip to content

Commit 8f9ce70

Browse files
chore: Bump zenoh.* version to 1.5.1
1 parent 8848c4b commit 8f9ce70

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
@@ -73,17 +73,17 @@ spin = "0.9.5"
7373
tokio = "*"
7474
unwrap-infallible = "0.1.5"
7575
const_format = "0.2.32"
76-
zenoh = { version = "1.5.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
77-
zenoh-ext = { version = "1.5.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["internal"] }
78-
zenoh-runtime = { version = "1.5.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
79-
zenoh-util = { version = "1.5.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
76+
zenoh = { version = "1.5.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", default-features = false, features = ["internal"] }
77+
zenoh-ext = { version = "1.5.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", default-features = false, features=["internal"] }
78+
zenoh-runtime = { version = "1.5.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1" }
79+
zenoh-util = { version = "1.5.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1" }
8080
flume = "*"
8181

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

8585
[build-dependencies]
86-
zenoh = { version = "1.5.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
86+
zenoh = { version = "1.5.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", default-features = false, features = ["internal"] }
8787
cbindgen = "0.29.0"
8888
fs2 = "0.4.3"
8989
regex = "1.11.1"

Cargo.toml.in

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

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

8585
[build-dependencies]
86-
zenoh = { version = "1.5.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
86+
zenoh = { version = "1.5.1", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.5.1", default-features = false, features = ["internal"] }
8787
cbindgen = "0.29.0"
8888
fs2 = "0.4.3"
8989
regex = "1.11.1"

0 commit comments

Comments
 (0)