File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
- ## Unreleased - 2023-xx-xx
3
+ ## Unreleased
4
+
5
+ ## 0.2.4
4
6
5
7
- Update ` syn ` dependency to ` 2 ` .
6
8
- Minimum supported Rust version (MSRV) is now 1.65.
7
9
8
- ## 0.2.3 - 2021-10-19
10
+ ## 0.2.3
9
11
10
12
- Fix test macro in presence of other imports named "test". [ #399 ]
11
13
12
14
[ #399 ] : https://github.com/actix/actix-net/pull/399
13
15
14
- ## 0.2.2 - 2021-10-14
16
+ ## 0.2.2
15
17
16
18
- Improve error recovery potential when macro input is invalid. [ #391 ]
17
19
- Allow custom ` System ` s on test macro. [ #391 ]
18
20
19
21
[ #391 ] : https://github.com/actix/actix-net/pull/391
20
22
21
- ## 0.2.1 - 2021-02-02
23
+ ## 0.2.1
22
24
23
25
- Add optional argument ` system ` to ` main ` macro which can be used to specify the path to ` actix_rt::System ` (useful for re-exports). [ #363 ]
24
26
25
27
[ #363 ] : https://github.com/actix/actix-net/pull/363
26
28
27
- ## 0.2.0 - 2021-02-02
29
+ ## 0.2.0
28
30
29
31
- Update to latest ` actix_rt::System::new ` signature. [ #261 ]
30
32
31
33
[ #261 ] : https://github.com/actix/actix-net/pull/261
32
34
33
- ## 0.2.0-beta.1 - 2021-01-09
35
+ ## 0.2.0-beta.1
34
36
35
37
- Remove ` actix-reexport ` feature. [ #218 ]
36
38
37
39
[ #218 ] : https://github.com/actix/actix-net/pull/218
38
40
39
- ## 0.1.3 - 2020-12-03
41
+ ## 0.1.3
40
42
41
43
- Add ` actix-reexport ` feature. [ #218 ]
42
44
43
45
[ #218 ] : https://github.com/actix/actix-net/pull/218
44
46
45
- ## 0.1.2 - 2020-05-18
47
+ ## 0.1.2
46
48
47
49
- Forward actix_rt::test arguments to test function [ #127 ]
48
50
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-macros"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
authors = [
5
5
" Nikolay Kim <fafhrd91@gmail.com>" ,
6
6
" Ibraheem Ahmed <ibrah1440@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments