Skip to content

Commit

Permalink
Merge pull request #348 from quartiq/feature/dep-updates
Browse files Browse the repository at this point in the history
Updating MQTT dependencies
  • Loading branch information
ryan-summers authored Nov 14, 2023
2 parents 31e98bc + 953ef6c commit dad5e6a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 19 deletions.
34 changes: 19 additions & 15 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ usb-device = "0.2.9"
encdec = { version = "0.9", default-features = false }
crc-any = { version = "2.4.3", default-features = false }
panic-persist = { version = "0.3", features = ["custom-panic-handler", "utf8"] }
miniconf = { git = "https://github.com/quartiq/miniconf", features = ["mqtt-client"]}
miniconf = { version = "0.9.0", features = ["mqtt-client"]}
# Note: Keep `py/pyproject.toml` version in sync with the Minimq version used in FW.
minimq = { git = "https://github.com/quartiq/minimq" }
minimq = "0.8.0"
w5500 = "0.4.1"
smlang= "0.6"
minireq = { git = "https://github.com/quartiq/minireq" }
minireq = "0.3.0"
rtt-target = {version = "0.3", features=["cortex-m"]}
enum-iterator = { version = "1.4", default-features = false }
enc424j600 = { version = "0.3", features = ["cortex-m-cpu"] }
Expand Down
2 changes: 1 addition & 1 deletion py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ authors = [
]
dependencies = [
# Note: keep this in sync with Cargo.toml
"miniconf-mqtt@git+https://github.com/quartiq/miniconf@main#subdirectory=py/miniconf-mqtt",
"miniconf-mqtt@git+https://github.com/quartiq/miniconf@v0.9.0#subdirectory=py/miniconf-mqtt",
]

0 comments on commit dad5e6a

Please sign in to comment.