Skip to content

Commit e075d04

Browse files
authored
Use hoard-sys from crates.io (#284)
* Use hoard-sys from crates.io * Bump version to 0.3.1
1 parent 141639a commit e075d04

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.3.1 (2021-04-06)
2+
===
3+
4+
Misc
5+
---
6+
* Changed the dependency of hoard-sys to v0.1 from crates.io.
7+
8+
19
0.3.0 (2021-03-31)
210
===
311

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.0"
3+
version = "0.3.1"
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"] }
2424
mimalloc-sys = "0.1.6"
25-
hoard-sys = { git = "https://[email protected]/paigereeves/hoard-sys.git", rev = "36989b877962f086267b1d21d5008c9df0fd0984" }
25+
hoard-sys = "0.1.0"
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)