Skip to content

Commit 28bfd2e

Browse files
authored
Bump version to v0.9, update Rust to nightly-2021-12-05 (#49)
1 parent a1fc697 commit 28bfd2e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.9.0 (2021-12-16)
2+
===
3+
4+
* Updates to mmtk-core 0.9.0.
5+
16
0.8.0 (2021-11-01)
27
===
38

mmtk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk_v8"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = [" <>"]
55

66
[lib]
@@ -22,7 +22,7 @@ log = "*"
2222
# - change branch
2323
# - change repo name
2424
# But other changes including adding/removing whitespaces in commented lines may break the CI.
25-
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "4813a2bfc5322c526dc56e9f8acb418dbb7ce7e6" }
25+
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "5c4e9eae2c72651137ab0b51c9365256314901d2" }
2626
# Uncomment the following and fix the path to mmtk-core to build locally
2727
# mmtk = { path = "../repos/mmtk-core" }
2828

mmtk/rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2021-10-29
1+
nightly-2021-12-05

0 commit comments

Comments
 (0)