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 0886bf2 commit e8ab6dbCopy full SHA for e8ab6db
Cargo.toml
@@ -6,7 +6,7 @@ edition = "2021"
6
[dependencies]
7
stm32f3 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", optional = true }
8
stm32h7 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", features = ["critical-section"], optional = true }
9
-stm32g4 = { version = "0.22.0", package = "stm32g4-staging", optional = true }
+stm32g4 = { version = "0.16.0", optional = true }
10
11
defmt = { version = "1", optional = true }
12
fugit = "0.3.7"
0 commit comments