Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stm32f3-staging
Browse files Browse the repository at this point in the history
usbalbin committed Dec 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent dcd1f25 commit efbac39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -42,8 +42,7 @@ num-traits = { version = "0.2.17", default-features = false}
paste = "1.0.14"
rtcc = { version = "0.3.0", optional = true }
stm32-usbd = { version = "0.6.0", optional = true }
#stm32f3 = { version = "0.15.1", default-features = false }
stm32f3 = { git = "https://github.com/stm32-rs/stm32-rs-nightlies", default-features = false }
stm32f3 = { version = "0.16.0", package = "stm32f3-staging", default-features = false }
void = { version = "1.0.2", default-features = false }

[dev-dependencies]

0 comments on commit efbac39

Please sign in to comment.