Skip to content

Commit

Permalink
released minimq miniconf
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 1, 2023
1 parent 4542af6 commit ba05c7f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
17 changes: 10 additions & 7 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 @@ -46,7 +46,7 @@ embedded-hal = "0.2.7"
num_enum = { version = "0.7.0", default-features = false }
paste = "1"
idsp = "0.12"
ad9959 = { path = "ad9959", version = "0.2.0" }
ad9959 = { path = "ad9959", version = "0.2.1" }
mcp230xx = "1.0"
mutex-trait = "0.2"
fugit = "0.3"
Expand All @@ -59,12 +59,12 @@ lm75 = "0.2"
enum-iterator = "1.4.1"
rand_xorshift = "0.3.0"
rand_core = "0.6.4"
minimq = { git = "https://github.com/quartiq/minimq", branch = "release-0.8.0", version = "0.8.0" } # "0.8"
minimq = "0.8.0"
# patch with https://github.com/rust-embedded-community/usb-device/pull/129
usb-device = "0.2.9"
usbd-serial = "0.1.1"
# Keep this synced with the miniconf version in py/setup.py
miniconf = { git = "https://github.com/quartiq/miniconf.git", branch = "rj/bump-deps", version = "0.9.0" } # "0.9"
miniconf = "0.9.0"
smoltcp-nal = { version = "0.4.1", features = ["shared-stack"]}
bbqueue = "0.5"

Expand Down
2 changes: 1 addition & 1 deletion ad9959/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ad9959"
version = "0.2.0"
version = "0.2.1"
authors = ["Ryan Summers <[email protected]>"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down

0 comments on commit ba05c7f

Please sign in to comment.