Skip to content

Commit 818b1a4

Browse files
committed
chore: bump kameo_macros to version 0.16.0
1 parent 2a9582c commit 818b1a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ remote = ["dep:libp2p", "dep:libp2p-identity", "dep:linkme", "dep:rmp-serde"]
3434
tracing = ["dep:tracing", "tokio/tracing"]
3535

3636
[dependencies]
37-
kameo_macros = { version = "0.15.0", path = "./macros", optional = true }
37+
kameo_macros = { version = "^0.16.0", path = "./macros", optional = true }
3838

3939
downcast-rs = "2.0.1"
4040
dyn-clone = "1.0"

macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "kameo_macros"
33
description = "Fault-tolerant Async Actors Built on Tokio macros"
4-
version = "0.15.0"
4+
version = "0.16.0"
55
readme = "../README.md"
66
repository = "https://github.com/tqwewe/kameo"
77
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)