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

Fixed unsoundness in AndThenService impl #83

This commit is contained in:
Nikolay Kim
2020-01-15 11:40:15 -08:00
parent fa800aeba3
commit a751899aad
3 changed files with 13 additions and 4 deletions

View File

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