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

update deps

This commit is contained in:
Nikolay Kim
2019-05-18 09:54:23 -07:00
parent 4b215e0839
commit e8c8626878
2 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# Changes
## [1.0.0-rc.1] - 2019-05-xx
## [1.0.0-rc] - 2019-05-xx
### Add
@ -27,6 +27,7 @@
* `App::configure` take an `FnOnce` instead of `Fn`
* Upgrade actix-net crates
## [1.0.0-beta.3] - 2019-05-04
### Added