Skip to content

Commit 605ec25

Browse files
committed
prepare macros release 0.2.1
1 parent 3824493 commit 605ec25

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Diff for: actix-macros/CHANGES.md

+3
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.1 - 2021-02-02
47
* Add optional argument `system` to `main` macro which can be used to specify the path to `actix_rt::System` (useful for re-exports). [#363]
58

69
[#363]: https://github.com/actix/actix-net/pull/363

Diff for: actix-macros/Cargo.toml

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
[package]
22
name = "actix-macros"
3-
version = "0.2.0"
4-
authors = ["Nikolay Kim <[email protected]>"]
3+
version = "0.2.1"
4+
authors = [
5+
"Nikolay Kim <[email protected]>",
6+
"Ibraheem Ahmed <[email protected]>",
7+
]
58
description = "Macros for Actix system and runtime"
6-
repository = "https://github.com/actix/actix-net.git"
7-
documentation = "https://docs.rs/actix-macros"
9+
repository = "https://github.com/actix/actix-net"
810
categories = ["network-programming", "asynchronous"]
911
license = "MIT OR Apache-2.0"
1012
edition = "2018"

Diff for: actix-router/CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
[#359]: https://github.com/actix/actix-net/pull/359
1515
[#360]: https://github.com/actix/actix-net/pull/360
1616

17+
1718
## 0.3.0 - 2019-12-31
1819
* Version was yanked previously. See https://crates.io/crates/actix-router/0.3.0
1920

0 commit comments

Comments
 (0)