Skip to content
This repository has been archived by the owner on Nov 9, 2019. It is now read-only.

Commit

Permalink
v0.1.0-alpha.1 -> v0.1.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v2d0g committed Jun 24, 2019
1 parent 1c6bab9 commit 7bbae0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aktoro"
description = "Yet another actor framework for Rust."
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
license = "MIT"
authors = ["Matthieu Le Brazidec <[email protected]>"]
edition = "2018"
Expand All @@ -13,16 +13,16 @@ runtime = ["aktoro-runtime"]

[dependencies.aktoro-context]
path = "aktoro-context"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
optional = true

[dependencies.aktoro-raw]
path = "aktoro-raw"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"

[dependencies.aktoro-runtime]
path = "aktoro-runtime"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
optional = true

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions aktoro-context/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aktoro-context"
description = "aktoro's context default implementation"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
license = "MIT"
authors = ["Matthieu Le Brazidec <[email protected]>"]
edition = "2018"
Expand All @@ -17,4 +17,4 @@ version = "0.1.0-alpha.6"

[dependencies.aktoro-raw]
path = "../aktoro-raw"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
2 changes: 1 addition & 1 deletion aktoro-raw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aktoro-raw"
description = "aktoro's raw API"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
license = "MIT"
authors = ["Matthieu Le Brazidec <[email protected]>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions aktoro-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aktoro-runtime"
description = "aktoro's runtime default implementation"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"
license = "MIT"
authors = ["Matthieu Le Brazidec <[email protected]>"]
edition = "2018"
Expand All @@ -19,7 +19,7 @@ version = "0.1.0-alpha.7"

[dependencies.aktoro-raw]
path = "../aktoro-raw"
version = "0.1.0-alpha.2"
version = "0.1.0-alpha.3"

[dependencies.runtime]
version = "0.3.0-alpha.5"
Expand Down

0 comments on commit 7bbae0d

Please sign in to comment.