File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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
+
10
17
## [ v0.5.6] - 2020-09-18
11
18
12
19
### Added
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ keywords = [
17
17
license = " MIT OR Apache-2.0"
18
18
name = " heapless"
19
19
repository = " https://github.com/japaric/heapless"
20
- version = " 0.5.6 "
20
+ version = " 0.6.0 "
21
21
22
22
[features ]
23
23
default = [" cas" ]
@@ -33,7 +33,7 @@ scoped_threadpool = "0.1.8"
33
33
34
34
[dependencies ]
35
35
as-slice = " 0.1.4"
36
- generic-array = " 0.13.0 "
36
+ generic-array = " 0.14.2 "
37
37
hash32 = " 0.1.0"
38
38
39
39
[dependencies .serde ]
You can’t perform that action at this time.
0 commit comments