[go: up one dir, main page]

actix_derive 0.6.0

Derive macros for `actix` actors
Documentation
# Changes

## Unreleased - 2021-xx-xx


## 0.6.0 - 2021-03-21
* No significant changes from v0.6.0-beta.2.


## 0.6.0-beta.2 - 2021-03-03
* Bump actix dependency to v0.11.0-beta.3.


## 0.6.0-beta.1 - 2021-02-06
* Add `#[actix::main]` and `#[actix::test]` macros.


## 0.5.0 - 2019-10-27
* Update syn & quote to 1.0


## 0.4.0 - 2019-03-12
* Added `MessageResponse` proc derive macro


## 0.3.2 - 2018-11-04
* Fix another warning in rustc 1.29 or later [#12]

[#12]: https://github.com/actix/actix-derive/pull/12


## 0.3.1 - 2018-10-28
* Upgrade `syn` crate to 0.15


## 0.3.0 - 2018-07-20
* Fix warning in rustc 1.29.0-nightly [#9]
* Remove nightly support

[#9]: https://github.com/actix/actix-derive/pull/9


## 0.2.0 - 2018-02-xx
* Actix 0.5 support


## 0.1.1 - 2017-12-23
* Move tests to actix


## 0.1.0 - 2017-12-23
* Added `msg` proc macro
* Added `actor` proc macro