We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff8a2c commit 0077588Copy full SHA for 0077588
actix-macros/CHANGES.md
@@ -1,6 +1,9 @@
1
# Changes
2
3
## Unreleased - 2021-xx-xx
4
+
5
6
+## 0.2.2 - 2021-10-14
7
* Improve error recovery potential when macro input is invalid. [#391]
8
* Allow custom `System`s on test macro. [#391]
9
actix-macros/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "actix-macros"
-version = "0.2.1"
+version = "0.2.2"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Ibraheem Ahmed <ibrah1440@gmail.com>",
]
description = "Macros for Actix system and runtime"
-repository = "https://github.com/actix/actix-net"
+repository = "https://github.com/actix/actix-net.git"
10
categories = ["network-programming", "asynchronous"]
11
license = "MIT OR Apache-2.0"
12
edition = "2018"
0 commit comments