Skip to content

Commit

Permalink
chore: use rumqtt main
Browse files Browse the repository at this point in the history
  • Loading branch information
de-sh committed Jul 31, 2024
1 parent 48022e6 commit 93882dc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 31 deletions.
42 changes: 12 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion uplink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
bytes = { workspace = true }
flume = { workspace = true }
rumqttc = { workspace = true }
rumqttd = { git = "https://github.com/bytebeamio/rumqtt", branch = "uplink-changes", default-features = false, optional = true }
rumqttd = { git = "https://github.com/bytebeamio/rumqtt", default-features = false, optional = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_with = "3.3.0"
Expand Down

0 comments on commit 93882dc

Please sign in to comment.