File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.3.2 (2021-04-07)
2
+ ===
3
+
4
+ Misc
5
+ ---
6
+ * Changed the dependency of hoard-sys to v0.1.1.
7
+ * The dependencies of malloc implementations are optional.
8
+
1
9
0.3.1 (2021-04-06)
2
10
===
3
11
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mmtk"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
authors = [" The MMTk Developers <>" ]
5
5
edition = " 2018"
6
6
license = " MIT OR Apache-2.0"
@@ -22,7 +22,7 @@ enum_derive = "0.1"
22
22
libc = " 0.2"
23
23
jemalloc-sys = {version = " 0.3.2" , features = [" disable_initial_exec_tls" ], optional = true }
24
24
mimalloc-sys = {version = " 0.1.6" , optional = true }
25
- hoard-sys = {version = " 0.1.0 " , optional = true }
25
+ hoard-sys = {version = " 0.1.1 " , optional = true }
26
26
lazy_static = " 1.1"
27
27
log = {version = " 0.4" , features = [" max_level_trace" , " release_max_level_off" ] }
28
28
crossbeam-deque = " 0.6"
You can’t perform that action at this time.
0 commit comments