New patch release for esp-hal (#2355)

This commit is contained in:
Jesse Braham 2024-10-16 01:39:49 -07:00 committed by GitHub
parent 060aa7262c
commit 39c0baf2c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -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"