Skip to content

Commit

Permalink
Bump version to 0.10. Update Rust to nightly-2022-02-11 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon authored Feb 16, 2022
1 parent 69c672b commit f64304f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
runs-on: [self-hosted, linux, freq-scaling-on]
runs-on: [self-hosted, linux]
if: contains(github.event.pull_request.labels.*.name, 'PR-approved')
steps:
# Checkout repos and submodules
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.10.0 (2022-02-14)
===

* Updates to mmtk-core 0.10.0.

0.9.0 (2021-12-16)
===

Expand Down
4 changes: 2 additions & 2 deletions mmtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtk_v8"
version = "0.9.0"
version = "0.10.0"
authors = [" <>"]

[lib]
Expand All @@ -22,7 +22,7 @@ log = "*"
# - change branch
# - change repo name
# But other changes including adding/removing whitespaces in commented lines may break the CI.
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "29afb0c2fc8896db95e967062a892d39589bae4d" }
mmtk = { git = "https://github.com/mmtk/mmtk-core.git", rev = "42262c296e164b5b1d05103e527ce5a9aee7cfd2" }
# Uncomment the following and fix the path to mmtk-core to build locally
# mmtk = { path = "../repos/mmtk-core" }

Expand Down
2 changes: 1 addition & 1 deletion mmtk/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2021-12-05
nightly-2022-02-11

0 comments on commit f64304f

Please sign in to comment.