File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - Bumped the dependency of the ` linked_list_allocator ` crate to v0.8.1.
11
+ - Removed ` #![feature(alloc)] ` to supress compiler warning about stability for alloc
12
+
10
13
## [ v0.3.5] - 2018-06-19
11
14
12
15
### Fixed
Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ cortex-m = "0.1.5"
24
24
25
25
[dependencies .linked_list_allocator ]
26
26
default-features = false
27
- version = " 0.6.0 "
27
+ version = " 0.8.1 "
Original file line number Diff line number Diff line change 45
45
//! // omitted: exception handlers
46
46
//! ```
47
47
48
- #![ feature( alloc) ]
49
48
#![ feature( allocator_api) ]
50
49
#![ feature( const_fn) ]
51
50
#![ no_std]
You can’t perform that action at this time.
0 commit comments