Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lulf committed Aug 2, 2024
1 parent 9472e9e commit c56624b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 83 deletions.
99 changes: 17 additions & 82 deletions firmware/app/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 firmware/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ panic-probe = { version = "0.3", features = ["print-defmt"], optional = true }
static_cell = "1.1"
cortex-m = { version = "0.7.6", features = ["inline-asm"] }
cortex-m-rt = "0.7.0"
mipidsi = { version = "0.7.1", default-features = false, features = ["heapless"] }
mipidsi = { version = "0.8", default-features = false, features = ["heapless"] }
heapless = "0.8"
display-interface = "0.5"
embedded-graphics = "0.8"
Expand Down

0 comments on commit c56624b

Please sign in to comment.