Skip to content

Commit

Permalink
Bump generic-array to v0.14.2 (MSRV remains the same)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickray committed Feb 2, 2021
1 parent ae7ce35 commit d60b0e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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]
Expand Down

0 comments on commit d60b0e2

Please sign in to comment.