Skip to content

Commit

Permalink
chore: bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tqwewe committed Apr 15, 2024
1 parent ff5b29b commit 1b156ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/kameo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kameo"
description = "Fault-tolerant Async Actors Built on Tokio"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
readme = "../../README.md"
repository = "https://github.com/tqwewe/kameo"
Expand All @@ -10,7 +10,7 @@ categories = ["asynchronous", "concurrency", "rust-patterns"]
keywords = ["actor", "tokio"]

[dependencies]
kameo_macros = { version = "0.6.0", path = "../kameo_macros" }
kameo_macros = { version = "0.7.0", path = "../kameo_macros" }

dyn-clone = "1.0"
futures = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/kameo_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kameo_macros"
description = "Fault-tolerant Async Actors Built on Tokio macros"
version = "0.6.0"
version = "0.7.0"
readme = "../../README.md"
repository = "https://github.com/tqwewe/kameo"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 1b156ed

Please sign in to comment.