Skip to content

Commit

Permalink
V0.3.2 (#288)
Browse files Browse the repository at this point in the history
* Update hoard-sys to 0.1.1. 
* Bump version to 0.3.2
  • Loading branch information
qinsoon committed Apr 7, 2021
1 parent 224cac8 commit 4c520c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.3.2 (2021-04-07)
===

Misc
---
* Changed the dependency of hoard-sys to v0.1.1.
* The dependencies of malloc implementations are optional.

0.3.1 (2021-04-06)
===

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtk"
version = "0.3.1"
version = "0.3.2"
authors = ["The MMTk Developers <>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -22,7 +22,7 @@ enum_derive = "0.1"
libc = "0.2"
jemalloc-sys = {version = "0.3.2", features = ["disable_initial_exec_tls"], optional = true }
mimalloc-sys = {version = "0.1.6", optional = true }
hoard-sys = {version = "0.1.0", optional = true }
hoard-sys = {version = "0.1.1", optional = true }
lazy_static = "1.1"
log = {version = "0.4", features = ["max_level_trace", "release_max_level_off"] }
crossbeam-deque = "0.6"
Expand Down

0 comments on commit 4c520c1

Please sign in to comment.