Skip to content

Commit 976c967

Browse files
authored
Merge pull request #103 from stm32-rs/stm32f0-0.10
Bump stm32f0 to 0.10
2 parents 0907de0 + cb9581a commit 976c967

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010
### Changed
1111

1212
- Use `pac` instead of `stm32` for PAC access and soft-deprecate the former
13+
- Updated stm32f0 dependency to v0.10 (breaking change)
1314

1415
### Added
1516

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cast = { version = "0.2", default-features = false }
3434
cortex-m = "0.6"
3535
cortex-m-rt = "0.6"
3636
embedded-hal = { version = "0.2", features = ["unproven"] }
37-
stm32f0 = "0.9"
37+
stm32f0 = "0.10"
3838
nb = "0.1"
3939
void = { version = "1.0", default-features = false }
4040
stm32-usbd = { version = "0.5.0", features = ["ram_access_2x16"], optional = true }

0 commit comments

Comments
 (0)