Bump stm32f0 to 0.10
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
This commit is contained in:
parent
0907de090d
commit
cb9581a4ed
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
### Changed
|
||||
|
||||
- Use `pac` instead of `stm32` for PAC access and soft-deprecate the former
|
||||
- Updated stm32f0 dependency to v0.10 (breaking change)
|
||||
|
||||
### Added
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ cast = { version = "0.2", default-features = false }
|
|||
cortex-m = "0.6"
|
||||
cortex-m-rt = "0.6"
|
||||
embedded-hal = { version = "0.2", features = ["unproven"] }
|
||||
stm32f0 = "0.9"
|
||||
stm32f0 = "0.10"
|
||||
nb = "0.1"
|
||||
void = { version = "1.0", default-features = false }
|
||||
stm32-usbd = { version = "0.5.0", features = ["ram_access_2x16"], optional = true }
|
||||
|
|
Loading…
Reference in New Issue