Skip to content

Commit 5cd2407

Browse files
authored
Bump version for v0.1 (#165)
* Make microbm triggered in the same way as other post-review-ci * Bump version
1 parent 6a590bf commit 5cd2407

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/micro-bm.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Post Code Review Checks (Micro Benchmarks)
22

33
on:
4-
pull_request
4+
pull_request:
5+
types: [opened, synchronize, reopened, labeled]
6+
branches:
7+
- master
58

69
jobs:
710
openjdk-microbm:

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mmtk"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
authors = ["The MMTk Developers <>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -16,6 +16,9 @@ name = "mmtk"
1616
crate-type = ["rlib"]
1717
doctest = false
1818

19+
[package.metadata.docs.rs]
20+
features = ["semispace"]
21+
1922
[dependencies]
2023
custom_derive = "0.1"
2124
enum_derive = "0.1"

0 commit comments

Comments
 (0)