From 00775884f801f6fde40967b7243fa82a69125790 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 14 Oct 2021 11:08:02 +0100 Subject: [PATCH] prepare actix-macros release 0.2.2 --- actix-macros/CHANGES.md | 3 +++ actix-macros/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/actix-macros/CHANGES.md b/actix-macros/CHANGES.md index 31f64207..0509eb35 100644 --- a/actix-macros/CHANGES.md +++ b/actix-macros/CHANGES.md @@ -1,6 +1,9 @@ # Changes ## Unreleased - 2021-xx-xx + + +## 0.2.2 - 2021-10-14 * Improve error recovery potential when macro input is invalid. [#391] * Allow custom `System`s on test macro. [#391] diff --git a/actix-macros/Cargo.toml b/actix-macros/Cargo.toml index fd5737f8..ea1b51d0 100644 --- a/actix-macros/Cargo.toml +++ b/actix-macros/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "actix-macros" -version = "0.2.1" +version = "0.2.2" authors = [ "Nikolay Kim ", "Ibraheem Ahmed ", ] description = "Macros for Actix system and runtime" -repository = "https://github.com/actix/actix-net" +repository = "https://github.com/actix/actix-net.git" categories = ["network-programming", "asynchronous"] license = "MIT OR Apache-2.0" edition = "2018"