Skip to content

Commit efbac39

Browse files
committed
Use stm32f3-staging
1 parent dcd1f25 commit efbac39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ num-traits = { version = "0.2.17", default-features = false}
4242
paste = "1.0.14"
4343
rtcc = { version = "0.3.0", optional = true }
4444
stm32-usbd = { version = "0.6.0", optional = true }
45-
#stm32f3 = { version = "0.15.1", default-features = false }
46-
stm32f3 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", default-features = false }
45+
stm32f3 = { version = "0.16.0", package = "stm32f3-staging", default-features = false }
4746
void = { version = "1.0.2", default-features = false }
4847

4948
[dev-dependencies]

0 commit comments

Comments
 (0)