Skip to content

Commit

Permalink
Update HAL crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
gdobato committed Oct 28, 2023
1 parent 199f585 commit 2fa3a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "portenta-h7"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
cortex-m = "0.7"
cortex-m-rt = "0.7"
stm32h7xx-hal = { version = "0.14.0", features = ["stm32h747cm7", "rt", "usb_hs"] }
stm32h7xx-hal = { version = "0.15.0", features = ["stm32h747cm7", "rt", "usb_hs"] }
rtt-target = { version = "0.4.0"}

[dev-dependencies]
Expand Down

0 comments on commit 2fa3a97

Please sign in to comment.