1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 01:11:07 +01:00
actix-net/actix-macros/CHANGES.md
Yuki Okushi 2b83f08a40
Use old cargo-hack for 1.59.0 CI (#472)
* Use old cargo-hack for 1.57.0 CI

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

* Upgrade MSRV to 1.59.0

Signed-off-by: Yuki Okushi <jtitor@2k36.org>

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-11-12 14:00:33 +00:00

1.1 KiB

Changes

Unreleased - 2022-xx-xx

  • Minimum supported Rust version (MSRV) is now 1.59.

0.2.3 - 2021-10-19

  • Fix test macro in presence of other imports named "test". #399

0.2.2 - 2021-10-14

  • Improve error recovery potential when macro input is invalid. #391
  • Allow custom Systems on test macro. #391

0.2.1 - 2021-02-02

  • Add optional argument system to main macro which can be used to specify the path to actix_rt::System (useful for re-exports). #363

0.2.0 - 2021-02-02

  • Update to latest actix_rt::System::new signature. #261

0.2.0-beta.1 - 2021-01-09

  • Remove actix-reexport feature. #218

0.1.3 - 2020-12-03

  • Add actix-reexport feature. #218

0.1.2 - 2020-05-18

  • Forward actix_rt::test arguments to test function #127