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

use u64 for shutdown_timeout

This commit is contained in:
Nikolay Kim
2019-05-18 10:56:41 -07:00
parent a14f612382
commit 87bc3dacd9
3 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-server"
version = "0.5.0"
version = "0.5.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix server - General purpose tcp server"
keywords = ["network", "framework", "async", "futures"]