Skip to content

Commit

Permalink
Bumped dependency linked-list-allocator and removed feature line in l…
Browse files Browse the repository at this point in the history
…ibrary code.
  • Loading branch information
avlec committed Mar 14, 2020
1 parent b66e196 commit 4272210
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- Bumped the dependency of the `linked_list_allocator` crate to v0.8.1.
- Removed `#![feature(alloc)]` to supress compiler warning about stability for alloc

## [v0.3.5] - 2018-06-19

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ cortex-m = "0.1.5"

[dependencies.linked_list_allocator]
default-features = false
version = "0.6.0"
version = "0.8.1"
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
//! // omitted: exception handlers
//! ```
#![feature(alloc)]
#![feature(allocator_api)]
#![feature(const_fn)]
#![no_std]
Expand Down

0 comments on commit 4272210

Please sign in to comment.