Skip to content

Commit 428914e

Browse files
authored
remove fakeshadow from author lists (#468)
1 parent df9a9d1 commit 428914e

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

actix-rt/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "2.7.0"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Rob Ede <robjtede@icloud.com>",
7-
"fakeshadow <24548779@qq.com>",
87
]
98
description = "Tokio-based single-threaded async runtime for the Actix ecosystem"
109
keywords = ["async", "futures", "io", "runtime"]

actix-server/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name = "actix-server"
33
version = "2.1.1"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
6-
"fakeshadow <24548779@qq.com>",
76
"Rob Ede <robjtede@icloud.com>",
87
"Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>",
98
]

actix-service/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ version = "2.0.2"
44
authors = [
55
"Nikolay Kim <fafhrd91@gmail.com>",
66
"Rob Ede <robjtede@icloud.com>",
7-
"fakeshadow <24548779@qq.com>",
87
]
98
description = "Service trait and combinators for representing asynchronous request/response operations."
109
keywords = ["network", "framework", "async", "futures", "service"]

0 commit comments

Comments
 (0)