Skip to content

Commit e8ab6db

Browse files
authored
Use stm32g4 v0.16 (#10)
1 parent 0886bf2 commit e8ab6db

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
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
stm32f3 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", optional = true }
88
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 }
9+
stm32g4 = { version = "0.16.0", optional = true }
1010

1111
defmt = { version = "1", optional = true }
1212
fugit = "0.3.7"

0 commit comments

Comments
 (0)