From d60b0e2c39d5e56c6e625962accf0e530b8991a6 Mon Sep 17 00:00:00 2001 From: nicolas-solokeys Date: Tue, 2 Feb 2021 20:54:04 +0100 Subject: [PATCH] Bump generic-array to v0.14.2 (MSRV remains the same) --- CHANGELOG.md | 7 +++++++ Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8af7b6fab..181d015fd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index a75627a295..9ee2d3191d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]