Skip to content

Commit 499de93

Browse files
chore: Bump zenoh.* version to 1.9.0
1 parent dd7a5b3 commit 499de93

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ tokio = "*"
7878
unwrap-infallible = "0.1.5"
7979
const_format = "0.2.32"
8080
flume = "*"
81-
zenoh = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
82-
zenoh-ext = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["internal"] }
83-
zenoh-runtime = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
84-
zenoh-util = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
81+
zenoh = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0", default-features = false, features = ["internal"] }
82+
zenoh-ext = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0", default-features = false, features=["internal"] }
83+
zenoh-runtime = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0" }
84+
zenoh-util = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0" }
8585
# zenoh-pinned-deps-1-75 = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
8686

8787
[target.'cfg(unix)'.dependencies]
8888
ctor = "0.4.1"
8989

9090
[build-dependencies]
91-
zenoh = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
91+
zenoh = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0", default-features = false, features = ["internal"] }
9292
# zenoh-pinned-deps-1-75 = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
9393
cbindgen = "0.29.0"
9494
fs2 = "0.4.3"

Cargo.toml.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,17 @@ tokio = "*"
7878
unwrap-infallible = "0.1.5"
7979
const_format = "0.2.32"
8080
flume = "*"
81-
zenoh = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
82-
zenoh-ext = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["internal"] }
83-
zenoh-runtime = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
84-
zenoh-util = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
81+
zenoh = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0", default-features = false, features = ["internal"] }
82+
zenoh-ext = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0", default-features = false, features=["internal"] }
83+
zenoh-runtime = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0" }
84+
zenoh-util = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0" }
8585
@COMMENT_PINNED_DEPS@zenoh-pinned-deps-1-75 = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
8686

8787
[target.'cfg(unix)'.dependencies]
8888
ctor = "0.4.1"
8989

9090
[build-dependencies]
91-
zenoh = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
91+
zenoh = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0", default-features = false, features = ["internal"] }
9292
@COMMENT_PINNED_DEPS@zenoh-pinned-deps-1-75 = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
9393
cbindgen = "0.29.0"
9494
fs2 = "0.4.3"

build-resources/opaque-types/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ panic = [
2929
default = ["zenoh/default"]
3030

3131
[dependencies]
32-
zenoh = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = [
32+
zenoh = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0", default-features = false, features = [
3333
"internal",
3434
] }
35-
zenoh-ext = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = [
35+
zenoh-ext = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0", default-features = false, features = [
3636
"internal",
3737
] }
38-
zenoh-protocol = { version = "1.8.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
38+
zenoh-protocol = { version = "1.9.0", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.9.0" }
3939
const_format = "0.2.32"
4040
flume = "*"
4141
tokio = "*"

0 commit comments

Comments
 (0)