Skip to content

Commit

Permalink
Bumping ractor dependency to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
slawlor committed Oct 4, 2024
1 parent 21679f3 commit 6ee58c4
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.2"
version = "0.4.3"
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.11" }
ractor = { version = "0.12" }
tokio = { version = "1", features = ["sync", "time"] }
tracing = "0.1"
# Feature-specific dependencies
Expand Down

0 comments on commit 6ee58c4

Please sign in to comment.