Skip to content

Commit 44607e3

Browse files
Updated stm32f0 dependency to v0.11
1 parent 6a576da commit 44607e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Remove duplicate error bits clearing in serial `read()` implementation
1313
- Optimize SPI implementation
1414
- Use `pac` instead of `stm32` for PAC access and soft-deprecate the former
15-
- Updated stm32f0 dependency to v0.10 (breaking change)
15+
- Updated stm32f0 dependency to v0.11 (breaking change)
1616

1717
### Added
1818

Cargo.toml

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

0 commit comments

Comments
 (0)