Act.rs Version 0.4.0 Released
Act.rs 0.4.0 has been released with the following change notes:
Added
- Added "concurrency" to the categories array field in the Cargo.toml file.
Changed
-
Updated the crates description in the Cargo.toml file.
-
Moved the impl_pre_run_async, impl_post_run_async and the impl_pre_and_post_run_async macro definitions out of the tokio sub-module and into the base module.
-
Made the async-trait dependency non-optional.
-
Updated the readme.
-
ActorStateBuilderAsync is no longer dependant the removed tokio feature.
Removed
- Removed the tokio dependency, feature and sub-module.
Fixed
- Fixed the homepage URL in the Cargo.toml file.