mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-30 22:10:37 +00:00
v0.3.6
This commit is contained in:
parent
93db77df6a
commit
e7ada67057
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.3.6] - 2018-05-04
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- The capacity of `RingBuffer`. It should be the requested capacity plus not twice that plus one.
|
||||||
|
|
||||||
## [v0.3.5] - 2018-05-03
|
## [v0.3.5] - 2018-05-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -16,7 +16,7 @@ keywords = [
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
name = "heapless"
|
name = "heapless"
|
||||||
repository = "https://github.com/japaric/heapless"
|
repository = "https://github.com/japaric/heapless"
|
||||||
version = "0.3.5"
|
version = "0.3.6"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
scoped_threadpool = "0.1.8"
|
scoped_threadpool = "0.1.8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user