mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-27 17:52:56 +01:00
967f965405
* chore(actix-web-codegen): Upgrade syn and quote to 1.0 * feat(actix-web-codegen): Generate better error message * doc(actix-web-codegen): Update CHANGES.md * fix: Build with stable rust
475 B
475 B
Changes
[UNRELEASE]
- Bump up
syn
"e
to 1.0 - Provide better error message
[0.1.2] - 2019-06-04
- Add macros for head, options, trace, connect and patch http methods
[0.1.1] - 2019-06-01
- Add syn "extra-traits" feature
[0.1.0] - 2019-05-18
- Release
[0.1.0-beta.1] - 2019-04-20
- Gen code for actix-web 1.0.0-beta.1
[0.1.0-alpha.6] - 2019-04-14
- Gen code for actix-web 1.0.0-alpha.6
[0.1.0-alpha.1] - 2019-03-28
- Initial impl