Skip to content

Commit

Permalink
Use hoard-sys from crates.io (#284)
Browse files Browse the repository at this point in the history
* Use hoard-sys from crates.io
* Bump version to 0.3.1
  • Loading branch information
qinsoon authored Apr 6, 2021
1 parent 141639a commit e075d04
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.1 (2021-04-06)
===

Misc
---
* Changed the dependency of hoard-sys to v0.1 from crates.io.


0.3.0 (2021-03-31)
===

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

Please sign in to comment.