Skip to content

Commit 4afa223

Browse files
authored
Merge pull request #189 from nickray/ga-14
Bump generic-array to v0.14.2 (MSRV remains the same)
2 parents ae7ce35 + d60b0e2 commit 4afa223

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [v0.6.0] - 2021-02-02
11+
12+
### Changed
13+
14+
- [breaking-change] The version of the `generic-array` dependency has been
15+
bumped to v0.14.2.
16+
1017
## [v0.5.6] - 2020-09-18
1118

1219
### Added

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = [
1717
license = "MIT OR Apache-2.0"
1818
name = "heapless"
1919
repository = "https://github.com/japaric/heapless"
20-
version = "0.5.6"
20+
version = "0.6.0"
2121

2222
[features]
2323
default = ["cas"]
@@ -33,7 +33,7 @@ scoped_threadpool = "0.1.8"
3333

3434
[dependencies]
3535
as-slice = "0.1.4"
36-
generic-array = "0.13.0"
36+
generic-array = "0.14.2"
3737
hash32 = "0.1.0"
3838

3939
[dependencies.serde]

0 commit comments

Comments
 (0)