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 fd92940 commit 5795c71Copy full SHA for 5795c71
Cargo.toml
@@ -15,7 +15,8 @@ version = "0.0.2"
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 = { path = "../stm32-rs/stm32g4" }
+stm32g4 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", rev = "74b26b7" }
19
+#stm32g4 = { path = "../stm32-rs/stm32g4" }
20
paste = "1.0"
21
bitflags = "1.2"
22
vcell = "0.1"
0 commit comments