Skip to content

Commit

Permalink
Make cloudmqtt binaries use the mqttv3 feature
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <[email protected]>
  • Loading branch information
TheNeikos committed Mar 20, 2024
1 parent b4ea00c commit 52f3208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ bytes = "1.4.0"
clap = { version = "4.2.1", optional = true, features = ["derive"] }
dashmap = "5.4.0"
futures = "0.3.28"
mqtt-format = { version = "0.5.0", path = "mqtt-format", features = ["yoke"] }
mqtt-format = { version = "0.5.0", path = "mqtt-format", features = ["yoke", "mqttv3"] }
nom = { version = "7.1.3" }
thiserror = "1.0.40"
tokio = { version = "1.27.0", default-features = false, features = [
Expand Down

0 comments on commit 52f3208

Please sign in to comment.