Skip to content

Commit

Permalink
Bump version for v0.1 (#165)
Browse files Browse the repository at this point in the history
* Make microbm triggered in the same way as other post-review-ci
* Bump version
  • Loading branch information
qinsoon authored Nov 4, 2020
1 parent 6a590bf commit 5cd2407
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/micro-bm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Post Code Review Checks (Micro Benchmarks)

on:
pull_request
pull_request:
types: [opened, synchronize, reopened, labeled]
branches:
- master

jobs:
openjdk-microbm:
Expand Down
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mmtk"
version = "0.0.1"
version = "0.1.0"
authors = ["The MMTk Developers <>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -16,6 +16,9 @@ name = "mmtk"
crate-type = ["rlib"]
doctest = false

[package.metadata.docs.rs]
features = ["semispace"]

[dependencies]
custom_derive = "0.1"
enum_derive = "0.1"
Expand Down

0 comments on commit 5cd2407

Please sign in to comment.