We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e456a commit 4e4d483Copy full SHA for 4e4d483
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
+and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## [Unreleased]
9
10
+## [v0.1.0] - 2016-11-19
11
12
+### Added
13
14
+- Initial version of the allocator
Cargo.toml
@@ -9,7 +9,4 @@ version = "0.1.0"
[dependencies]
cortex-m = "0.1.5"
-
-[dependencies.linked_list_allocator]
-branch = "init"
15
-git = "https://github.com/japaric/linked-list-allocator"
+linked_list_allocator = "0.2.3"
0 commit comments