From 4a2ec126450f9b78692d5ed31855795b59e8e2e7 Mon Sep 17 00:00:00 2001 From: EnvOut <31275761+EnvOut@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:47:34 +0200 Subject: [PATCH] version 0.5.1 --- .gitignore | 1 + Cargo.lock | 2 +- src/uactor/Cargo.toml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee17429..75d463a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .idea/complex-actor-system-rs.iml .idea .cargo +.DS_Store diff --git a/Cargo.lock b/Cargo.lock index 3bec940..daf517f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -755,7 +755,7 @@ dependencies = [ [[package]] name = "uactor" -version = "0.4.3" +version = "0.5.1" dependencies = [ "anyhow", "derive_more", diff --git a/src/uactor/Cargo.toml b/src/uactor/Cargo.toml index 271f9d1..195671b 100644 --- a/src/uactor/Cargo.toml +++ b/src/uactor/Cargo.toml @@ -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" @@ -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" \ No newline at end of file