From 428914e65e176c39f6252188d81cc60ca59b99aa Mon Sep 17 00:00:00 2001 From: fakeshadow <24548779@qq.com> Date: Tue, 25 Oct 2022 23:34:36 +0800 Subject: [PATCH] remove fakeshadow from author lists (#468) --- actix-rt/Cargo.toml | 1 - actix-server/Cargo.toml | 1 - actix-service/Cargo.toml | 1 - 3 files changed, 3 deletions(-) diff --git a/actix-rt/Cargo.toml b/actix-rt/Cargo.toml index 10eac079..dd5d423a 100644 --- a/actix-rt/Cargo.toml +++ b/actix-rt/Cargo.toml @@ -4,7 +4,6 @@ version = "2.7.0" authors = [ "Nikolay Kim ", "Rob Ede ", - "fakeshadow <24548779@qq.com>", ] description = "Tokio-based single-threaded async runtime for the Actix ecosystem" keywords = ["async", "futures", "io", "runtime"] diff --git a/actix-server/Cargo.toml b/actix-server/Cargo.toml index be4a81b6..3f2dcad0 100755 --- a/actix-server/Cargo.toml +++ b/actix-server/Cargo.toml @@ -3,7 +3,6 @@ name = "actix-server" version = "2.1.1" authors = [ "Nikolay Kim ", - "fakeshadow <24548779@qq.com>", "Rob Ede ", "Ali MJ Al-Nasrawy ", ] diff --git a/actix-service/Cargo.toml b/actix-service/Cargo.toml index b9f14675..ccd2005e 100644 --- a/actix-service/Cargo.toml +++ b/actix-service/Cargo.toml @@ -4,7 +4,6 @@ version = "2.0.2" authors = [ "Nikolay Kim ", "Rob Ede ", - "fakeshadow <24548779@qq.com>", ] description = "Service trait and combinators for representing asynchronous request/response operations." keywords = ["network", "framework", "async", "futures", "service"]