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 e0ec361 commit dd07a78Copy full SHA for dd07a78
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 0.4.2
2
+
3
+Released 2018/07/16.
4
5
+* Updated again for changes to Rust's standard allocator API.
6
7
### 0.4.1
8
9
Released 2018/06/15.
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.1"
+version = "0.4.2"
15
16
[badges]
17
travis-ci = { repository = "rustwasm/wee_alloc" }
0 commit comments