1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 07:19:05 +02:00

add NewService impls for Rc<S> and Arc<S>

This commit is contained in:
Nikolay Kim
2019-02-19 11:31:54 -08:00
parent 32f4718880
commit 3d7daabdd7
3 changed files with 45 additions and 1 deletions

View File

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