We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea1347 commit 558969fCopy full SHA for 558969f
Cargo.toml
@@ -13,9 +13,7 @@ version = "0.0.2"
13
14
[dependencies]
15
nb = "0.1.1"
16
-#stm32g4 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies" } #"0.15.1"
17
-#stm32g4 = { version = "0.18.0", package = "stm32g4-staging" }
18
-stm32g4 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", rev = "4c4f246" }
+stm32g4 = { version = "0.19.0", package = "stm32g4-staging" }
19
paste = "1.0"
20
bitflags = "1.2"
21
vcell = "0.1"
0 commit comments