diff --git a/ractor/Cargo.toml b/ractor/Cargo.toml index b63e1c00..32f64a6b 100644 --- a/ractor/Cargo.toml +++ b/ractor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ractor" -version = "0.5.1" +version = "0.6.0" authors = ["Sean Lawlor", "Evan Au", "Dillon George"] description = "A actor framework for Rust" documentation = "https://docs.rs/ractor" diff --git a/ractor_cluster/Cargo.toml b/ractor_cluster/Cargo.toml index f82dac04..9e25748e 100644 --- a/ractor_cluster/Cargo.toml +++ b/ractor_cluster/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ractor_cluster" -version = "0.5.1" +version = "0.6.0" authors = ["Sean Lawlor", "Evan Au", "Dillon George"] description = "Distributed cluster environment of Ractor actors" documentation = "https://docs.rs/ractor" @@ -24,8 +24,8 @@ bytes = { version = "1" } log = "0.4" prost = { version = "0.11" } prost-types = { version = "0.11" } -ractor = { version = "0.5.1", features = ["cluster"], path = "../ractor" } -ractor_cluster_derive = { version = "0.5.1", path = "../ractor_cluster_derive" } +ractor = { version = "0.6.0", features = ["cluster"], path = "../ractor" } +ractor_cluster_derive = { version = "0.6.0", path = "../ractor_cluster_derive" } rand = "0.8" sha2 = "0.10" tokio = { version = "1", features = ["rt", "time", "sync", "macros", "net", "io-util"]} diff --git a/ractor_cluster_derive/Cargo.toml b/ractor_cluster_derive/Cargo.toml index 54ed8f6c..3e967685 100644 --- a/ractor_cluster_derive/Cargo.toml +++ b/ractor_cluster_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ractor_cluster_derive" -version = "0.5.1" +version = "0.6.0" authors = ["Sean Lawlor "] description = "Derives for ractor_cluster" license = "MIT" @@ -8,7 +8,6 @@ edition = "2018" keywords = ["actor", "ractor"] repository = "https://github.com/slawlor/ractor" readme = "../README.md" -publish = false [lib] name = "ractor_cluster_derive"