You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Concurrent Rust made simple.** Build fast, responsive applications using actors—independent workers that manage their own state and communicate through messages.
8
8
@@ -67,7 +67,7 @@ Add to your `Cargo.toml`:
67
67
68
68
```toml
69
69
[dependencies]
70
-
acton-reactive = "0.7"
70
+
acton-reactive = "7"
71
71
```
72
72
73
73
Tokio is re-exported via `acton_reactive::prelude::*`, so no separate dependency is needed.
0 commit comments