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

Fix panic with already borrowed: BorrowMutError #1263

This commit is contained in:
Nikolay Kim
2020-01-10 11:26:54 +06:00
parent 67793c5d92
commit f6ff056b8a
3 changed files with 65 additions and 6 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.2.1] - 2020-01-10
* Fix panic with already borrowed: BorrowMutError #1263
## [0.2.0] - 2019-12-20
* Use actix-web 2.0