Skip to content

Commit

Permalink
Versions fix (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
slawlor authored Jan 30, 2023
1 parent 39ffd26 commit aa46446
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ractor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions ractor_cluster/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]}
Expand Down
3 changes: 1 addition & 2 deletions ractor_cluster_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
[package]
name = "ractor_cluster_derive"
version = "0.5.1"
version = "0.6.0"
authors = ["Sean Lawlor <seanlawlor@fb.com>"]
description = "Derives for ractor_cluster"
license = "MIT"
edition = "2018"
keywords = ["actor", "ractor"]
repository = "https://github.com/slawlor/ractor"
readme = "../README.md"
publish = false

[lib]
name = "ractor_cluster_derive"
Expand Down

0 comments on commit aa46446

Please sign in to comment.