Skip to content

Commit be4250e

Browse files
authored
Merge pull request #114 from torkeldanielsson/stm32_rs_0_11
Updated stm32f0 dependency to v0.11
2 parents b3a312e + 44607e3 commit be4250e

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
@@ -34,7 +34,7 @@ bare-metal = { version = "0.2", features = ["const-fn"] }
3434
cast = { version = "0.2", default-features = false }
3535
cortex-m = "0.6"
3636
embedded-hal = { version = "0.2", features = ["unproven"] }
37-
stm32f0 = "0.10"
37+
stm32f0 = "0.11"
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)