Skip to content

Commit 4c520c1

Browse files
committed
V0.3.2 (#288)
* Update hoard-sys to 0.1.1. * Bump version to 0.3.2
1 parent 224cac8 commit 4c520c1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
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+
19
0.3.1 (2021-04-06)
210
===
311

Diff for: Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["The MMTk Developers <>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -22,7 +22,7 @@ enum_derive = "0.1"
2222
libc = "0.2"
2323
jemalloc-sys = {version = "0.3.2", features = ["disable_initial_exec_tls"], optional = true }
2424
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 }
2626
lazy_static = "1.1"
2727
log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] }
2828
crossbeam-deque = "0.6"

0 commit comments

Comments
 (0)