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.
2 parents 4e9f23f + a34356c commit b32d890Copy full SHA for b32d890
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 0.4.1
2
+
3
+Released 2018/06/15.
4
5
+* Updated for changes to Rust's standard allocator API.
6
7
### 0.4.0
8
9
Released 2018/05/01.
wee_alloc/Cargo.toml
@@ -11,7 +11,7 @@ license = "MPL-2.0"
11
name = "wee_alloc"
12
readme = "../README.md"
13
repository = "https://github.com/rustwasm/wee_alloc"
14
-version = "0.4.0"
+version = "0.4.1"
15
16
[badges]
17
travis-ci = { repository = "rustwasm/wee_alloc" }
0 commit comments