Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnvOut committed Jan 22, 2024
1 parent d4af4c4 commit 4a2ec12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.idea/complex-actor-system-rs.iml
.idea
.cargo
.DS_Store
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/uactor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uactor"
version = "0.4.3"
version = "0.5.1"
edition = "2021"
repository = "https://github.com/EnvOut/uactor"
license = "MIT"
Expand All @@ -21,6 +21,7 @@ derive_more = { workspace = true }
tracing-subscriber = { version = "0.3" }
anyhow = "1"
time = "0.3"
tokio = { version = "1.35.1", features = ["full"] }

[[example]]
name = "base_sample"

0 comments on commit 4a2ec12

Please sign in to comment.