Skip to content

Commit b633012

Browse files
chore: Merge release/1.4.0 into main (#426)
chore: Merge release/1.4.0 into main
2 parents 7608687 + 6de536e commit b633012

File tree

3 files changed

+62
-62
lines changed

3 files changed

+62
-62
lines changed

Cargo.lock

Lines changed: 54 additions & 54 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
@@ -22,7 +22,7 @@ edition = "2021"
2222
homepage = "http://zenoh.io"
2323
license = "EPL-2.0 OR Apache-2.0"
2424
repository = "https://github.com/eclipse-zenoh/zenoh-plugin-mqtt"
25-
version = "1.3.4"
25+
version = "1.4.0"
2626

2727
[workspace.dependencies]
2828
async-channel = "2.3.1"
@@ -48,22 +48,22 @@ serde = "1.0.210"
4848
serde_json = "1.0.128"
4949
tokio = { version = "1.40.0", default-features = false } # Default features are disabled due to some crates' requirements
5050
tracing = "0.1"
51-
zenoh = { version = "1.3.4", features = [
51+
zenoh = { version = "1.4.0", features = [
5252
"plugins",
5353
"unstable",
5454
"internal",
5555
"internal_config",
5656

5757
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
58-
zenoh-config = { version = "1.3.4", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
59-
zenoh-ext = { version = "1.3.4", features = [
58+
zenoh-config = { version = "1.4.0", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
59+
zenoh-ext = { version = "1.4.0", features = [
6060
"unstable",
6161
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
62-
zenoh-plugin-mqtt = { version = "1.3.4", path = "zenoh-plugin-mqtt/", default-features = false }
63-
zenoh-plugin-rest = { version = "1.3.4", default-features = false, features = [
62+
zenoh-plugin-mqtt = { version = "1.4.0", path = "zenoh-plugin-mqtt/", default-features = false }
63+
zenoh-plugin-rest = { version = "1.4.0", default-features = false, features = [
6464
"static_plugin",
6565
] , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
66-
zenoh-plugin-trait = { version = "1.3.4", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
66+
zenoh-plugin-trait = { version = "1.4.0", default-features = false , git = "https://github.com/eclipse-zenoh/zenoh.git" , branch = "main" }
6767

6868

6969
[profile.release]

zenoh-plugin-mqtt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ maintainer = "[email protected]"
6565
copyright = "2017, 2020 ADLINK Technology Inc."
6666
section = "net"
6767
license-file = ["../LICENSE", "0"]
68-
depends = "zenohd (=1.3.4)"
68+
depends = "zenohd (=1.4.0)"

0 commit comments

Comments
 (0)