1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Allow to test an app that uses async actors #897

This commit is contained in:
Nikolay Kim
2019-06-12 16:15:06 +06:00
parent ff724e239d
commit 2ffda29f9b
4 changed files with 47 additions and 6 deletions

View File

@ -15,7 +15,7 @@
```
## 1.0
## 1.0.0
* Resource registration. 1.0 version uses generalized resource
registration via `.service()` method.