1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Fix scope resource path extractor #234

This commit is contained in:
Nikolay Kim
2018-05-20 17:04:08 -07:00
parent f32e8f22c8
commit 082ff46041
4 changed files with 88 additions and 0 deletions

View File

@ -1,5 +1,8 @@
# Changes
* Fix scope resource path extractor #234
## 0.6.7 (2018-05-17)
* Fix compilation with --no-default-features