From 4394168fe824be7f6fe849cdd92e5d3e2673d266 Mon Sep 17 00:00:00 2001 From: SparrowLii Date: Tue, 27 Dec 2022 08:50:56 +0800 Subject: [PATCH] update parallel-rustc WG's member list --- people/Kobzol.toml | 1 + people/SparrowLii.toml | 5 +++++ teams/wg-parallel-rustc.toml | 17 +++++++++++++++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 people/SparrowLii.toml diff --git a/people/Kobzol.toml b/people/Kobzol.toml index b238249de..ae8a9715a 100644 --- a/people/Kobzol.toml +++ b/people/Kobzol.toml @@ -1,3 +1,4 @@ name = 'Jakub Beránek' github = 'Kobzol' github-id = 4539057 +zulip-id = 266526 diff --git a/people/SparrowLii.toml b/people/SparrowLii.toml new file mode 100644 index 000000000..df2fbbce8 --- /dev/null +++ b/people/SparrowLii.toml @@ -0,0 +1,5 @@ +name = 'Sparrow Li' +github = 'SparrowLii' +github-id = 68270294 +email = "liyuan179@huawei.com" +zulip-id = 353056 diff --git a/teams/wg-parallel-rustc.toml b/teams/wg-parallel-rustc.toml index 8fca1b59d..6040f987a 100644 --- a/teams/wg-parallel-rustc.toml +++ b/teams/wg-parallel-rustc.toml @@ -3,8 +3,21 @@ subteam-of = "compiler" kind = "working-group" [people] -leads = ["Mark-Simulacrum", "nikomatsakis"] -members = ["nikomatsakis", "Mark-Simulacrum", "alexcrichton", "cuviper", "spastorino"] +leads = ["cjgillot"] +members = [ + "cjgillot", + "SparrowLii", + "nnethercote", + "bjorn3", + "Kobzol", +] +alumni = [ + "nikomatsakis", + "Mark-Simulacrum", + "alexcrichton", + "cuviper", + "spastorino", +] [website] name = "Parallel rustc working group"