From 83cd061c862e82931895a8003fef5c191db0e5dd Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Tue, 25 Oct 2022 23:37:04 +0800 Subject: [PATCH] remove fakeshadow from author lists (#2921) --- actix-files/Cargo.toml | 1 - awc/Cargo.toml | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/actix-files/Cargo.toml b/actix-files/Cargo.toml index 33de0e6d9..018acdfb1 100644 --- a/actix-files/Cargo.toml +++ b/actix-files/Cargo.toml @@ -3,7 +3,6 @@ name = "actix-files" version = "0.6.2" authors = [ "Nikolay Kim ", - "fakeshadow <24548779@qq.com>", "Rob Ede ", ] description = "Static file serving for Actix Web" diff --git a/awc/Cargo.toml b/awc/Cargo.toml index 2f0027725..e7ac43d22 100644 --- a/awc/Cargo.toml +++ b/awc/Cargo.toml @@ -1,10 +1,7 @@ [package] name = "awc" version = "3.0.1" -authors = [ - "Nikolay Kim ", - "fakeshadow <24548779@qq.com>", -] +authors = ["Nikolay Kim "] description = "Async HTTP and WebSocket client library" keywords = ["actix", "http", "framework", "async", "web"] categories = [