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

prepare service 2.0.0-beta.4 release (#269)

This commit is contained in:
Rob Ede
2021-02-04 20:44:13 +00:00
committed by GitHub
parent c918da906b
commit a77b70aed2
9 changed files with 23 additions and 11 deletions

View File

@ -1,9 +1,10 @@
[package]
name = "actix-service"
version = "2.0.0-beta.3"
version = "2.0.0-beta.4"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
"fakeshadow <24548779@qq.com>",
]
description = "Service trait and combinators for representing asynchronous request/response operations."
keywords = ["network", "framework", "async", "futures", "service"]