Skip to content

Commit

Permalink
deps: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
astapleton committed May 31, 2024
1 parent d4d7a7d commit 7bbb1cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ log-semihost = []

[dependencies]
cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }
stm32h5 = { version = "*", git = "https://github.com/stm32-rs/stm32-rs-nightlies" }
stm32h5 = "0.15.1"
fugit = "0.3.6"
embedded-hal = { version = "0.2.7", features = ["unproven"] }
embedded-hal = "1.0.0"

[dev-dependencies]
cortex-m-rt = ">=0.6.15,<0.8"
log = "0.4.11"
panic-halt = "0.2.0"
panic-rtt-target = { version = "0.1.0", features = ["cortex-m"] }
cfg-if = "1.0.0"
rtt-target = "0.4.0"
rtt-target = "0.5.0"
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
cortex-m-log = { version = "0.8.0", features = ["itm", "semihosting", "log-integration"] }
cortex-m-semihosting = "0.5.0"
Expand Down

0 comments on commit 7bbb1cb

Please sign in to comment.