Skip to content

Commit db3110c

Browse files
committed
linked_list_allocator 0.8.3
1 parent e7fbacb commit db3110c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linked_list_allocator"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["Philipp Oppermann <[email protected]>"]
55
license = "Apache-2.0/MIT"
66

Changelog.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# 0.8.3
2+
13
- Prevent writing to heap memory range when size too small ([#31](https://github.com/phil-opp/linked-list-allocator/pull/31))
24

35
# 0.8.2

0 commit comments

Comments
 (0)