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 27fff9d commit 64b383eCopy full SHA for 64b383e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+### 0.4.4
2
+
3
+Released 2019/04/15.
4
5
+* Add support for running on stable Rust 1.33 and newer.
6
7
### 0.4.3
8
9
Released 2019/02/18.
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.3"
+version = "0.4.4"
15
16
[badges]
17
travis-ci = { repository = "rustwasm/wee_alloc" }
0 commit comments