mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-30 22:10:37 +00:00
Merge pull request #189 from nickray/ga-14
Bump generic-array to v0.14.2 (MSRV remains the same)
This commit is contained in:
commit
4afa223fbe
@ -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
|
||||
|
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user