Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
slawlor committed Oct 25, 2024
1 parent 6ee58c4 commit 2786b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ractor_actors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ractor_actors"
version = "0.4.3"
version = "0.4.4"
authors = ["Sean Lawlor"]
description = "Helpful actors built with Ractor"
documentation = "https://docs.rs/ractor_actors"
Expand All @@ -23,7 +23,7 @@ default = ["filewatcher", "net", "time", "streams", "sync"]

[dependencies]
# Required dependencies
ractor = { version = "0.12" }
ractor = { version = "0.13" }
tokio = { version = "1", features = ["sync", "time"] }
tracing = "0.1"
# Feature-specific dependencies
Expand Down

0 comments on commit 2786b51

Please sign in to comment.