From 8c9ba19f672ac9a9fa59fa1694d5e42421972f70 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Fri, 20 Mar 2026 17:53:43 -0700 Subject: [PATCH] Update council for March 2026 selections This updates the council membership for the March 2026 selections. Note that Mara is moving from libs to launching pad, but the libs team has not yet named a replacement. I'm leaving their slot empty for now until they provide a replacement. --- teams/leadership-council.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/teams/leadership-council.toml b/teams/leadership-council.toml index cf7044328..afef6f9de 100644 --- a/teams/leadership-council.toml +++ b/teams/leadership-council.toml @@ -3,15 +3,14 @@ name = "leadership-council" [people] leads = [] members = [ - { github = "cuviper", roles = ["council-rep-compiler"] }, + { github = "lqd", roles = ["council-rep-compiler"] }, { github = "ehuss", roles = ["council-rep-devtools"] }, { github = "traviscross", roles = ["council-rep-lang"] }, - { github = "jamesmunns", roles = ["council-rep-launching-pad"] }, + { github = "m-ou-se", roles = ["council-rep-launching-pad"] }, { github = "Kobzol", roles = ["council-rep-infra"] }, - { github = "m-ou-se", roles = ["council-rep-libs"] }, { github = "oli-obk", roles = ["council-rep-mods"] }, ] -alumni = ["khionu", "rylev", "carols10cents", "jonathanpallant", "jackh726", "technetos", "eholk", "Mark-Simulacrum"] +alumni = ["khionu", "rylev", "carols10cents", "jonathanpallant", "jackh726", "technetos", "eholk", "Mark-Simulacrum", "jamesmunns", "cuviper"] [[github]] orgs = ["rust-lang", "rust-lang-nursery"]