File tree 3 files changed +20
-1
lines changed 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.2.0
2
+
3
+ Released 2018/03/06.
4
+
5
+ * Added support for allocations with arbitrary alignments.
6
+
7
+ * Updated to work with rustc's LLVM 6 upgrade and the change of intrinsic link
8
+ names.
9
+
10
+ * Added windows support.
11
+
12
+ * Added @pepyakin and @DrGoldfire to the ` wee_alloc ` team \o/
13
+
14
+ ### 0.1.0
15
+
16
+ Released 2018/02/02.
17
+
18
+ * Initial release!
Original file line number Diff line number Diff line change 2
2
members = [" ./wee_alloc" , " ./test" , " ./example" ]
3
3
4
4
[profile .release ]
5
+ lto = true
5
6
debug = true
6
7
opt-level = " z"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ license = "MPL-2.0"
6
6
name = " wee_alloc"
7
7
readme = " ../README.md"
8
8
repository = " https://github.com/fitzgen/wee_alloc"
9
- version = " 0.1 .0"
9
+ version = " 0.2 .0"
10
10
11
11
[badges ]
12
12
travis-ci = { repository = " fitzgen/wee_alloc" }
You can’t perform that action at this time.
0 commit comments