File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
3
## Unreleased - 2021-xx-xx
4
+
5
+
6
+ ## 0.2.1 - 2021-02-02
4
7
* Add optional argument ` system ` to ` main ` macro which can be used to specify the path to ` actix_rt::System ` (useful for re-exports). [ #363 ]
5
8
6
9
[ #363 ] : https://github.com/actix/actix-net/pull/363
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-macros"
3
- version = " 0.2.0"
4
- authors = [" Nikolay Kim <fafhrd91@gmail.com>" ]
3
+ version = " 0.2.1"
4
+ authors = [
5
+ " Nikolay Kim <fafhrd91@gmail.com>" ,
6
+ " Ibraheem Ahmed <ibrah1440@gmail.com>" ,
7
+ ]
5
8
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"
8
10
categories = [" network-programming" , " asynchronous" ]
9
11
license = " MIT OR Apache-2.0"
10
12
edition = " 2018"
Original file line number Diff line number Diff line change 14
14
[ #359 ] : https://github.com/actix/actix-net/pull/359
15
15
[ #360 ] : https://github.com/actix/actix-net/pull/360
16
16
17
+
17
18
## 0.3.0 - 2019-12-31
18
19
* Version was yanked previously. See https://crates.io/crates/actix-router/0.3.0
19
20
You can’t perform that action at this time.
0 commit comments