File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
1414### Fixed
1515
16- - Restored blocking ` embedded_hal ` compatibility for async I2C driver (#2343 )
17-
1816### Removed
1917
18+ ## [ 0.21.1]
19+
20+ ### Fixed
21+
22+ - Restored blocking ` embedded_hal ` compatibility for async I2C driver (#2343 )
23+
2024## [ 0.21.0]
2125
2226- Bump MSRV to 1.79.0 (#1971 )
@@ -814,7 +818,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
814818
815819## [ 0.1.0] - 2022-08-05
816820
817- [ Unreleased ] : https://github.com/esp-rs/esp-hal/compare/v0.21.0...HEAD
821+ [ Unreleased ] : https://github.com/esp-rs/esp-hal/compare/v0.21.1...HEAD
822+ [ 0.21.1 ] : https://github.com/esp-rs/esp-hal/compare/v0.21.0...v0.21.1
818823[ 0.21.0 ] : https://github.com/esp-rs/esp-hal/compare/v0.20.1...v0.21.0
819824[ 0.20.1 ] : https://github.com/esp-rs/esp-hal/compare/v0.20.0...v0.20.1
820825[ 0.20.0 ] : https://github.com/esp-rs/esp-hal/compare/v0.19.0...v0.20.0
Original file line number Diff line number Diff line change 11[package ]
22name = " esp-hal"
3- version = " 0.21.0 "
3+ version = " 0.21.1 "
44edition = " 2021"
55rust-version = " 1.79.0"
66description = " Bare-metal HAL for Espressif devices"
You can’t perform that action at this time.
0 commit comments