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"]