Skip to content

Commit

Permalink
Merge branch 'main' into feature/usb-support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers authored Oct 16, 2023
2 parents 1a50dbd + e8070a7 commit 98342bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cortex-m-rtic = "1.0"
embedded-hal = "0.2.7"
num_enum = { version = "0.7.0", default-features = false }
paste = "1"
idsp = "0.11"
idsp = "0.12"
ad9959 = { path = "ad9959", version = "0.2.0" }
mcp230xx = "1.0"
mutex-trait = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion ad9959/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ documentation = "https://docs.rs/ad9959/"
embedded-hal = {version = "0.2.7", features = ["unproven"]}
bit_field = "0.10.2"
bytemuck = "1.14.0"
bitflags = "2.4.0"
bitflags = "2.4.1"

0 comments on commit 98342bf

Please sign in to comment.