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

prepare web release 3.0.1 (#1676)

This commit is contained in:
Rob Ede
2020-09-13 03:24:44 +01:00
committed by GitHub
parent a4546f02d2
commit f861508789
3 changed files with 13 additions and 5 deletions

View File

@ -1,8 +1,8 @@
[package]
name = "actix-web"
version = "3.0.0"
version = "3.0.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
description = "Actix web is a powerful, pragmatic, and extremely fast web framework for Rust."
readme = "README.md"
keywords = ["actix", "http", "web", "framework", "async"]
homepage = "https://actix.rs"