From 3427ae2a87ae5f75583e3101d3e34262400f2407 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Wed, 22 Oct 2025 12:57:32 +0200 Subject: [PATCH] Add `NobodyXu` and `madsmtm` to crate-maintainers team To remove the `[access.individuals]` key in `cc-rs`, and to make Jiahao show up on the website. --- repos/rust-lang/cc-rs.toml | 4 ---- teams/crate-maintainers.toml | 4 +++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/repos/rust-lang/cc-rs.toml b/repos/rust-lang/cc-rs.toml index ff57ab307..26cc4def9 100644 --- a/repos/rust-lang/cc-rs.toml +++ b/repos/rust-lang/cc-rs.toml @@ -7,10 +7,6 @@ bots = [] [access.teams] crate-maintainers = 'maintain' -[access.individuals] -NobodyXu = 'write' -madsmtm = 'write' - [[branch-protections]] pattern = 'main' required-approvals = 0 diff --git a/teams/crate-maintainers.toml b/teams/crate-maintainers.toml index aa58d716d..2a37c8ea7 100644 --- a/teams/crate-maintainers.toml +++ b/teams/crate-maintainers.toml @@ -16,7 +16,9 @@ members = [ "lcnr", "tgross35", "jongiddy", - "Kobzol" + "Kobzol", + "NobodyXu", + "madsmtm", ] alumni = []