Merge pull request #189 from nickray/ga-14

Bump generic-array to v0.14.2 (MSRV remains the same)
This commit is contained in:
Emil Fresk 2021-02-03 09:36:14 +01:00 committed by GitHub
commit 4afa223fbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [v0.6.0] - 2021-02-02
### Changed
- [breaking-change] The version of the `generic-array` dependency has been
bumped to v0.14.2.
## [v0.5.6] - 2020-09-18
### Added

View File

@ -17,7 +17,7 @@ keywords = [
license = "MIT OR Apache-2.0"
name = "heapless"
repository = "https://github.com/japaric/heapless"
version = "0.5.6"
version = "0.6.0"
[features]
default = ["cas"]
@ -33,7 +33,7 @@ scoped_threadpool = "0.1.8"
[dependencies]
as-slice = "0.1.4"
generic-array = "0.13.0"
generic-array = "0.14.2"
hash32 = "0.1.0"
[dependencies.serde]