1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

allow deserialize from the path

This commit is contained in:
Nikolay Kim
2019-01-15 19:25:49 -08:00
parent db2367b26e
commit cbc378b67f
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changes
## [0.1.6] - 2019-01-xx
## [0.1.5] - 2019-01-13
### Changed

View File

@ -1,6 +1,6 @@
[package]
name = "actix-service"
version = "0.1.5"
version = "0.1.6"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix Service"
keywords = ["network", "framework", "async", "futures"]