Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dotcypress committed Dec 18, 2024
1 parent 96a9573 commit 44d446d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 48 deletions.
79 changes: 33 additions & 46 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ license = "MIT/Apache-2.0"
readme = "README.md"

[dependencies]
rtic = { version = "2.1.1", features = ["thumbv6-backend"] }
rtic = { version = "2.1.2", features = ["thumbv6-backend"] }
rtic-monotonics = { version = "2.0.0", features = ["rp2040"] }
defmt = "0.3.8"
defmt = "0.3.10"
defmt-rtt = "0.4.1"
rp2040-hal = { version = "0.10.2", features = ["rt", "critical-section-impl"] }
rp2040-boot2 = "0.3.0"
pio = "0.2.1"
portable-atomic = {version = "1.10.0", features = ["critical-section"]}
usbd-serial = "0.2.2"
usb-device = "0.3.2"
cortex-m = "0.7.7"
Expand Down

0 comments on commit 44d446d

Please sign in to comment.