Skip to content

Commit 6370198

Browse files
chore: Bump /zenoh.*/ dependencies to 1.2.1
1 parent 5d48600 commit 6370198

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ serde_json = "1.0.114"
4343
test-case = { version = "3.3.1" }
4444
tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements
4545
tracing = "0.1"
46-
zenoh = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", features = [
46+
zenoh = { version = "1.2.1", features = [
4747
"plugins",
4848
"unstable",
4949
] }
50-
zenoh-config = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", default-features = false }
51-
zenoh-ext = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", features = [
50+
zenoh-config = { version = "1.2.1", default-features = false }
51+
zenoh-ext = { version = "1.2.1", features = [
5252
"unstable",
5353
] }
54-
zenoh-plugin-ros2dds = { version = "1.2.0", path = "zenoh-plugin-ros2dds/", default-features = false }
55-
zenoh-plugin-rest = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", default-features = false, features = [
54+
zenoh-plugin-ros2dds = { version = "1.2.1", path = "zenoh-plugin-ros2dds/", default-features = false }
55+
zenoh-plugin-rest = { version = "1.2.1", default-features = false, features = [
5656
"static_plugin",
5757
] }
58-
zenoh-plugin-trait = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", version = "1.2.0", default-features = false }
58+
zenoh-plugin-trait = { version = "1.2.1", default-features = false }
5959

6060
[profile.release]
6161
codegen-units = 1

zenoh-plugin-ros2dds/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ maintainer = "[email protected]"
6464
copyright = "2017, 2022 ZettaScale Technology Inc."
6565
section = "net"
6666
license-file = ["../LICENSE", "0"]
67-
depends = "zenohd (=1.2.0)"
67+
depends = "zenohd (=1.2.1)"

0 commit comments

Comments
 (0)