Skip to content

Commit b4e7415

Browse files
committed
Update stm32f3
1 parent 7fec696 commit b4e7415

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212
- Use Infallible error type for UART
1313
- Implement blocking Write for UART
1414
- Implement blocking Read for I2C
15+
- Bump `stm32f3` dependency to `0.10.0` ([#42](https://github.com/stm32-rs/stm32f3xx-hal/pull/42))
1516

1617
### Fixed
18+
1719
- Regression in v0.4.0 that set SPI to LSB-first ordering
1820

1921
## [v0.4.0] - 2019-12-27

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cortex-m = ">=0.5.8,<0.7"
2121
cortex-m-rt = "0.6.8"
2222
embedded-hal = "0.2.3"
2323
nb = "0.1.2"
24-
stm32f3 = "0.9.0"
24+
stm32f3 = "0.10.0"
2525

2626
[dependencies.bare-metal]
2727
version = "0.2.4"

0 commit comments

Comments
 (0)