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

prepare rt v2.0.0-beta.3

This commit is contained in:
Rob Ede
2021-01-31 05:19:30 +00:00
parent 0b656f51e1
commit 057e7cd7c9
4 changed files with 48 additions and 2 deletions

View File

@ -1,7 +1,10 @@
[package]
name = "actix-rt"
version = "2.0.0-beta.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
version = "2.0.0-beta.3"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"Rob Ede <robjtede@icloud.com>",
]
description = "Tokio-based single-thread async runtime for the Actix ecosystem"
keywords = ["network", "framework", "async", "futures"]
homepage = "https://actix.rs"