From 0d86cbe89378c363607397d2f9d9af4c10b65d3b Mon Sep 17 00:00:00 2001 From: jackh726 Date: Tue, 14 Oct 2025 17:20:34 +0000 Subject: [PATCH 1/2] Add post for PD election 2025 results --- ...ing-the-new-rust-project-directors-2025.md | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 content/announcing-the-new-rust-project-directors-2025.md diff --git a/content/announcing-the-new-rust-project-directors-2025.md b/content/announcing-the-new-rust-project-directors-2025.md new file mode 100644 index 000000000..19d2c4f42 --- /dev/null +++ b/content/announcing-the-new-rust-project-directors-2025.md @@ -0,0 +1,33 @@ ++++ +path = "2025/10/14/announcing-the-new-rust-project-directors-2025" +title = "Announcing the New Rust Project Directors" +authors = ["Leadership Council"] + +[extra] +team = "Leadership Council" +team_url = "https://www.rust-lang.org/governance/teams/leadership-council" ++++ + +We are happy to announce that we have completed the annual process to elect new Project Directors. + +The new Project Directors are: + +* [David Wood](https://github.com/davidtwco/) +* [Jack Huey](https://github.com/jackh726/) +* [Niko Matsakis](https://github.com/nikomatsakis/) + +They will join [Ryan Levick](https://github.com/rylev) and [Carol Nichols](https://github.com/carols10cents) to make up the five members of the Rust Foundation Board of Directors who represent the Rust Project. + +We would also like to thank the outgoing going Project Directors for contributions and service: + +* [Jakob Degen](https://github.com/JakobDegen) +* [Santiago Pastorino](https://github.com/spastorino) +* [Scott McMurray](https://github.com/scottmcm) + +The board is made up of Project Directors, who come from and represent the Rust Project, and Member Directors, who represent the corporate members of the Rust Foundation. Both of these director groups have equal voting power. + +We look forward to working with and being represented by this new group of project directors. + +We were fortunate to have a number of excellent candidates and this was a difficult decision. We wish to express our gratitude to all of the candidates who were considered for this role! We also extend our thanks to the project as a whole who participated by nominating candidates and providing additional feedback once the nominees were published. + +Finally, we want to share our appreciation for [Tomas Sedovic](https://github.com/tomassedovic) for facilitating the election process. An overview of the election process can be found in a previous blog post [here](https://blog.rust-lang.org/2023/08/30/electing-new-project-directors/). From ef2d3cbcc29340900a12634da147f53cc430d7d7 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 15 Oct 2025 06:29:55 -0700 Subject: [PATCH 2/2] Update date to today --- content/announcing-the-new-rust-project-directors-2025.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/announcing-the-new-rust-project-directors-2025.md b/content/announcing-the-new-rust-project-directors-2025.md index 19d2c4f42..f21640ad3 100644 --- a/content/announcing-the-new-rust-project-directors-2025.md +++ b/content/announcing-the-new-rust-project-directors-2025.md @@ -1,5 +1,5 @@ +++ -path = "2025/10/14/announcing-the-new-rust-project-directors-2025" +path = "2025/10/15/announcing-the-new-rust-project-directors-2025" title = "Announcing the New Rust Project Directors" authors = ["Leadership Council"]