Skip to content

Commit

Permalink
Merge pull request #207 from quartiq/rs/issue-206/standby-reenable
Browse files Browse the repository at this point in the history
Updating booster to ignore republish data
  • Loading branch information
jordens authored Feb 16, 2022
2 parents 1edffea + c270129 commit d4595fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ panic-persist = { version = "0.3", features = ["custom-panic-handler"] }
smoltcp-nal = { version = "0.2.0", optional = true }
embedded-time = { version = "0.12.0", optional = true }
miniconf = { version = "0.3", features = ["mqtt-client"]}
minimq = "0.5"
minimq = "0.5.3"
w5500 = { version = "0.4", optional = true }
smlang= "0.5"

Expand All @@ -50,7 +50,7 @@ optional = true

[patch.crates-io.miniconf]
git = "https://github.com/quartiq/miniconf"
rev = "94825b6"
rev = "140b6f3"

[patch.crates-io.usb-device]
git = "https://github.com/ryan-summers/usb-device"
Expand Down

0 comments on commit d4595fc

Please sign in to comment.