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

prepare actix-files release 0.6.0-beta.9

This commit is contained in:
Rob Ede
2021-11-22 18:46:19 +00:00
parent 99e6a9c26d
commit 0062d99b6f
3 changed files with 11 additions and 4 deletions

View File

@ -1,7 +1,11 @@
[package]
name = "actix-files"
version = "0.6.0-beta.8"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
version = "0.6.0-beta.9"
authors = [
"Nikolay Kim <fafhrd91@gmail.com>",
"fakeshadow <24548779@qq.com>",
"Rob Ede <robjtede@icloud.com>",
]
description = "Static file serving for Actix Web"
keywords = ["actix", "http", "async", "futures"]
homepage = "https://actix.rs"