New patch release for esp-hal (#2355)
This commit is contained in:
parent
060aa7262c
commit
39c0baf2c7
@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Restored blocking `embedded_hal` compatibility for async I2C driver (#2343)
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
## [0.21.1]
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Restored blocking `embedded_hal` compatibility for async I2C driver (#2343)
|
||||||
|
|
||||||
## [0.21.0]
|
## [0.21.0]
|
||||||
|
|
||||||
- Bump MSRV to 1.79.0 (#1971)
|
- 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
|
|||||||
|
|
||||||
## [0.1.0] - 2022-08-05
|
## [0.1.0] - 2022-08-05
|
||||||
|
|
||||||
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.21.0...HEAD
|
[Unreleased]: https://github.com/esp-rs/esp-hal/compare/v0.21.1...HEAD
|
||||||
|
[0.21.1]: https://github.com/esp-rs/esp-hal/compare/v0.21.0...v0.21.1
|
||||||
[0.21.0]: https://github.com/esp-rs/esp-hal/compare/v0.20.1...v0.21.0
|
[0.21.0]: https://github.com/esp-rs/esp-hal/compare/v0.20.1...v0.21.0
|
||||||
[0.20.1]: https://github.com/esp-rs/esp-hal/compare/v0.20.0...v0.20.1
|
[0.20.1]: https://github.com/esp-rs/esp-hal/compare/v0.20.0...v0.20.1
|
||||||
[0.20.0]: https://github.com/esp-rs/esp-hal/compare/v0.19.0...v0.20.0
|
[0.20.0]: https://github.com/esp-rs/esp-hal/compare/v0.19.0...v0.20.0
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "esp-hal"
|
name = "esp-hal"
|
||||||
version = "0.21.0"
|
version = "0.21.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.79.0"
|
rust-version = "1.79.0"
|
||||||
description = "Bare-metal HAL for Espressif devices"
|
description = "Bare-metal HAL for Espressif devices"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user