Skip to content

Commit

Permalink
bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bathtor committed Nov 9, 2020
1 parent ca95228 commit 8b77733
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 58 deletions.
118 changes: 64 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kompact"
version = "0.10.0"
version = "0.10.1"
authors = ["Lars Kroll <lkroll@kth.se>", "Johan Mickos <johanmi@kth.se>", "Max Meldrum <mmeldrum@kth.se>",
"Adam Hasselberg <adamhas@kth.se>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kompact-examples"
version = "0.10.0"
version = "0.10.1"
authors = ["Lars Kroll <lkroll@kth.se>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion macros/actor-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kompact-actor-derive"
version = "0.10.0"
version = "0.10.1"
authors = ["Max Meldrum <mmeldrum@kth.se>", "Lars Kroll <lkroll@kth.se>"]
description = "A derive macro for Kompact Actors."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion macros/component-definition-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kompact-component-derive"
version = "0.10.0"
version = "0.10.1"
authors = ["Lars Kroll <lkroll@kth.se>", "Max Meldrum <mmeldrum@kth.se>"]
edition = "2018"

Expand Down

0 comments on commit 8b77733

Please sign in to comment.