Skip to content

Commit 7925ca0

Browse files
chore: Merge release/1.3.4 into main (#462)
chore: Merge release/1.3.4 into main
2 parents c4b0981 + 56856dd commit 7925ca0

File tree

3 files changed

+66
-66
lines changed

3 files changed

+66
-66
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition = "2021"
2121
homepage = "http://zenoh.io"
2222
license = "EPL-2.0 OR Apache-2.0"
2323
repository = "https://github.com/eclipse-zenoh/zenoh-plugin-ros2dds"
24-
version = "1.3.3"
24+
version = "1.3.4"
2525

2626
[workspace.dependencies]
2727
async-liveliness-monitor = "0.1.1"
@@ -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 = { version = "1.3.3", features = [
46+
zenoh = { version = "1.3.4", features = [
4747
"plugins",
4848
"unstable",
4949
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
50-
zenoh-config = { version = "1.3.3", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
51-
zenoh-ext = { version = "1.3.3", features = [
50+
zenoh-config = { version = "1.3.4", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
51+
zenoh-ext = { version = "1.3.4", features = [
5252
"unstable",
5353
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
54-
zenoh-plugin-ros2dds = { version = "1.3.3", path = "zenoh-plugin-ros2dds/", default-features = false }
55-
zenoh-plugin-rest = { version = "1.3.3", default-features = false, features = [
54+
zenoh-plugin-ros2dds = { version = "1.3.4", path = "zenoh-plugin-ros2dds/", default-features = false }
55+
zenoh-plugin-rest = { version = "1.3.4", default-features = false, features = [
5656
"static_plugin",
5757
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
58-
zenoh-plugin-trait = { version = "1.3.3", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
58+
zenoh-plugin-trait = { version = "1.3.4", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
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.3.3)"
67+
depends = "zenohd (=1.3.4)"

0 commit comments

Comments
 (0)