Skip to content

Commit 0077588

Browse files
committed
prepare actix-macros release 0.2.2
1 parent 4ff8a2c commit 0077588

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

actix-macros/CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changes
22

33
## Unreleased - 2021-xx-xx
4+
5+
6+
## 0.2.2 - 2021-10-14
47
* Improve error recovery potential when macro input is invalid. [#391]
58
* Allow custom `System`s on test macro. [#391]
69

actix-macros/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "actix-macros"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Ibraheem Ahmed <ibrah1440@gmail.com>",
77
]
88
description = "Macros for Actix system and runtime"
9-
repository = "https://github.com/actix/actix-net"
9+
repository = "https://github.com/actix/actix-net.git"
1010
categories = ["network-programming", "asynchronous"]
1111
license = "MIT OR Apache-2.0"
1212
edition = "2018"

0 commit comments

Comments
 (0)