Skip to content

Commit 8309f5d

Browse files
author
Andrew Stapleton
committed
Demonstrate compatibility with stm32-rs nightly
1 parent 9c0bf58 commit 8309f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ log-semihost = ["log"]
5555

5656
[dependencies]
5757
cortex-m = { version = "^0.7.7", features = ["critical-section-single-core"] }
58-
stm32h5 = { package = "stm32h5-staging", version = "0.17.0" }
58+
stm32h5 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies" }
5959
fugit = "0.3.7"
6060
embedded-hal = "1.0.0"
6161
defmt = { version = "0.3.8", optional = true }

0 commit comments

Comments
 (0)