We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a0942 commit b582b61Copy full SHA for b582b61
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+### 0.4.5
2
+
3
+Released 2019/08/22.
4
5
+* Drop `unreachable` dependency, now that `core::hints::unreachable_unchecked`
6
+ is stable in Rust 1.27.
7
8
### 0.4.4
9
10
Released 2019/04/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.4"
+version = "0.4.5"
15
16
[badges]
17
travis-ci = { repository = "rustwasm/wee_alloc" }
0 commit comments