Skip to content

Commit d70de64

Browse files
chore: Bump zenoh.* version to 1.0.3
1 parent 8f29bd0 commit d70de64

File tree

5 files changed

+132
-132
lines changed

5 files changed

+132
-132
lines changed

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ rand = "0.8.5"
7272
spin = "0.9.5"
7373
unwrap-infallible = "0.1.5"
7474
const_format = "0.2.32"
75-
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
76-
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" }
77-
zenoh-runtime = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
78-
zenoh-util = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
75+
zenoh = { version = "1.0.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.3", default-features = false, features = ["internal"] }
76+
zenoh-ext = { version = "1.0.3", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "release/1.0.3" }
77+
zenoh-runtime = { version = "1.0.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.3" }
78+
zenoh-util = { version = "1.0.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.3" }
7979
flume = "*"
8080

8181
[build-dependencies]

Cargo.toml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ rand = "0.8.5"
7272
spin = "0.9.5"
7373
unwrap-infallible = "0.1.5"
7474
const_format = "0.2.32"
75-
zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features = ["internal"] }
76-
zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "main" }
77-
zenoh-runtime = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
78-
zenoh-util = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" }
75+
zenoh = { version = "1.0.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.3", default-features = false, features = ["internal"] }
76+
zenoh-ext = { version = "1.0.3", git = "https://github.com/eclipse-zenoh/zenoh.git", features=["internal"], branch = "release/1.0.3" }
77+
zenoh-runtime = { version = "1.0.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.3" }
78+
zenoh-util = { version = "1.0.3", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "release/1.0.3" }
7979
flume = "*"
8080

8181
[build-dependencies]

0 commit comments

Comments
 (0)