10000 Deploying to gh-pages from @ 6bd138ceee4ea0d6cbe8c2028a93b7dbf586152f 🚀 · rust-lang/blog.rust-lang.org@b6edd8e · GitHub
[go: up one dir, main page]

Skip to content

Commit b6edd8e

Browse files
committed
Deploying to gh-pages from @ 6bd138c 🚀
1 parent 27c5bfa commit b6edd8e

File tree

6 files changed

+197
-53
lines changed

6 files changed

+197
-53
lines changed
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Introducing the Rust Leadership Council | Rust Blog</title>
6+
<meta name="viewport" content="width=device-width,initial-scale=1.0">
7+
<meta name="description" content="Empowering everyone to build reliable and efficient software.">
8+
<!-- Twitter card -->
9+
<meta name="twitter:card" content="summary">
10+
<meta name="twitter:site" content="@rustlang">
11+
<meta name="twitter:creator" content="@rustlang">
12+
<meta name="twitter:title" content="Introducing the Rust Leadership Council | Rust Blog">
13+
<meta name="twitter:description" content="Empowering everyone to build reliable and efficient software.">
14+
<meta name="twitter:image" content="https://www.rust-lang.org/static/images/rust-social.jpg">
15+
16+
<!-- Facebook OpenGraph -->
17+
<meta property="og:title" content="Introducing the Rust Leadership Council | Rust Blog" />
18+
<meta property="og:description" content="Empowering everyone to build reliable and efficient software.">
19+
<meta property="og:image" content="https://www.rust-lang.org/static/images/rust-social-wide.jpg" />
20+
<meta property="og:type" content="website" />
21+
<meta property="og:locale" content="en_US" />
22+
23+
<!-- styles -->
24+
<link rel="stylesheet" href="../../../styles/vendor.css"/>
25+
<link rel="stylesheet" href="../../../styles/fonts.css"/>
26+
<link rel="stylesheet" href="../../../styles/app.css"/>
27+
<link rel="stylesheet" href="../../../styles/highlight.css"/>
28+
29+
<!-- favicon -->
30+
<link rel="apple-touch-icon" sizes="180x180" href="../../../images/apple-touch-icon.png">
31+
<link rel="icon" type="image/png" sizes="16x16" href="../../../images/favicon-16x16.png">
32+
<link rel="icon" type="image/png" sizes="32x32" href="../../../images/favicon-32x32.png">
33+
<link rel="icon" type="image/svg+xml" href="../../../images/favicon.svg">
34+
<link rel="manifest" href="../../../images/site.webmanifest">
35+
<link rel="mask-icon" href="../../../images/safari-pinned-tab.svg" color="#5bbad5">
36+
<meta name="msapplication-TileColor" content="#00aba9">
37+
<meta name="theme-color" content="#ffffff">
38+
39+
<!-- atom -->
40+
<link type="application/atom+xml" rel="alternate" href="https://blog.rust-lang.org/feed.xml" title="Rust Blog" />
41+
42+
</head>
43+
<body>
44+
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
45+
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
46+
<a href="../../../">
47+
<img class="v-mid ml0-l" alt="Rust Logo" src="../../../images/rust-logo-blk.svg">
48+
<span class="dib ml1 ml0-l">Rust Blog</span>
49+
</a>
50+
</div>
51+
52+
<ul class="nav list w-100 w-auto-l flex flex-none flex-row flex-wrap justify-center justify-end-l items-center pv2 ph0 ph4-ns">
53+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org">Rust</a></li>
54+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/tools/install">Install</a></li>
55+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/learn">Learn</a></li>
56+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/tools">Tools</a></li>
57+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/governance">Governance</a></li>
58+
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/community">Community</a></li>
59+
</ul>
60+
</nav>
61+
62+
<section id="Introducing the Rust Leadership Council" class="white">
63+
<div class="w-100 mw-none ph3 mw8-m mw8-l center f3">
64+
<header>
65+
<h2>Introducing the Rust Leadership Council</h2>
66+
<div class="highlight mt2 mb3"></div>
67+
</header>
68+
69+
<div class="publish-date-author">June 20, 2023 &middot; Leadership Council
70+
on behalf of <a href="https://www.rust-lang.org/governance/teams/leadership-council">Leadership Council</a>
71+
</div>
72+
73+
<div class="post">
74+
<p>As of today, <a href="https://github.com/rust-lang/rfcs/pull/3392">RFC 3392</a> has been merged, forming the new top level governance body of the Rust Project: the Leadership Council. The creation of this Council marks the end of both the Core Team and the interim Leadership Chat.</p>
75+
<p>The Council will assume responsibility for top-level governance concerns while most of the responsibilities of the Rust Project (such as maintenance of the compiler and core tooling, evolution of the language and standard libraries, administration of infrastructure, etc.) remain with the nine top level teams.</p>
76+
<p>Each of these top level teams, <a href="https://rust-lang.github.io/rfcs/3392-leadership-council.html#initial-list-of-top-level-teams">as defined in the RFC</a>, has chosen a representative who collectively form <a href="https://www.rust-lang.org/governance/teams/leadership-council">the Council</a>:</p>
77+
<ul>
78+
<li>Compiler: Eric Holk</li>
79+
<li>Crates.io: Carol (Nichols || Goulding)</li>
80+
<li>Dev Tools: Eric Huss</li>
81+
<li>Infrastructure: Ryan Levick</li>
82+
<li>Language: Jack Huey</li>
83+
<li>Launching Pad<sup class="footnote-ref"><a href="#fn1" id="fnref1">1</a></sup>: Jonathan Pallant</li>
84+
<li>Library: Mara Bos</li>
85+
<li>Moderation: Khionu Sybiern</li>
86+
<li>Release: Mark Rousskov</li>
87+
</ul>
88+
<p>First, we want to take a moment to thank the Core Team and interim Leadership Chat for the hard work they've put in over the years. Their efforts have been critical for the Rust Project. However, we do recognize that the governance of the Rust Project has had its shortcomings. We hope to build on the successes and improve upon the failures to ultimately lead to greater transparency and accountability.</p>
89+
<p>We know that there is a lot of work to do and we are eager to get started. In the coming weeks we will be establishing the basic infrastructure for the group, including creating a plan for regular meetings and a process for raising agenda items, setting up a team repository, and ultimately completing the transition from the former Rust leadership structures.</p>
90+
<p>We will post more once this bootstrapping process has been completed.</p>
91+
<section class="footnotes">
92+
<ol>
93+
<li id="fn1">
94+
<p>The RFC defines the launching pad team as a temporary umbrella team to represent subteams that do not currently have a top-level team. <a href="#fnref1" class="footnote-backref">↩</a></p>
95+
</li>
96+
</ol>
97+
</section>
98+
99+
</div>
100+
</div>
101+
</section>
102+
103+
<footer>
104+
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
105+
<div class="row">
106+
<div class="four columns mt3 mt0-l" id="get-help">
107+
<h4>Get help!</h4>
108+
<ul>
109+
<li><a href="https://doc.rust-lang.org" target="_blank" rel="noopener">Documentation</a></li>
110+
<li><a href="mailto:core-team@rust-lang.org">Contact the Rust Team</a></li>
111+
</ul>
112+
</div>
113+
<div class="four columns mt3 mt0-l">
114+
<h4>Terms and policies</h4>
115+
<ul>
116+
<li><a href="https://www.rust-lang.org/policies/code-of-conduct">Code of Conduct</a></li>
117+
<li><a href="https://www.rust-lang.org/policies/licenses">Licenses</a></li>
118+
<li><a href="https://www.rust-lang.org/policies/media-guide">Logo Policy and Media Guide</a></li>
119+
<li><a href="https://www.rust-lang.org/policies/security">Security Disclosures</a></li>
120+
<li><a href="https://www.rust-lang.org/policies">All Policies</a></li>
121+
</ul>
122+
</div>
123+
<div class="four columns mt3 mt0-l">
124+
<h4>Social</h4>
125+
<div class="flex flex-row flex-wrap">
126+
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="../../../images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
127+
<a href="https://www.youtube.com/channel/UCaYhcUwRBNscFNUKTjgPFiA" target="_blank" rel="noopener" alt="youtube link"><img style="padding-top: 6px; padding-bottom:6px" src="../../../images/youtube.svg" alt="youtube logo" title="YouTube"/></a>
128+
<a href="https://discord.gg/rust-lang" target="_blank" rel="noopener" alt="discord link"><img src="../../../images/discord.svg" alt="discord logo" title="Discord"/></a>
129+
<a href="https://github.com/rust-lang" target="_blank" rel="noopener" alt="github link"><img src="../../../images/github.svg" alt="github logo" title="GitHub"/></a>
130+
</div>
131+
<h4 class="mt4 mb3">RSS</h4>
132+
<ul>
133+
<li><a href="../../../feed.xml">Main Blog</a></li>
134+
<li><a href="../../../inside-rust/feed.xml">"Inside Rust" Blog</a></li>
135+
</ul>
136+
</div>
137+
138+
</div>
139+
<div class="attribution">
140+
Maintained by the Rust Team. See a typo?
141+
<a href="https://github.com/rust-lang/blog.rust-lang.org" target="_blank" rel="noopener">Send a fix here</a>!
142+
</div>
143+
</div>
144+
</footer>
145+
146+
<!-- scripts -->
147+
<script src="../../../scripts/highlight.js"></script>
148+
149+
</body>
150+
</html>

‎feed.xml

Lines changed: 38 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,46 @@
1010
<name>Maintained by the Rust Teams.</name>
1111
<uri>https://github.com/rust-lang/blog.rust-lang.org/</uri>
1212
</author>
13-
<updated>2023-06-03T02:54:22+00:00</updated>
13+
<updated>2023-06-20T07:47:44+00:00</updated>
1414

1515

16+
<entry>
17+
<title>Introducing the Rust Leadership Council</title>
18+
<link rel="alternate" href="https://blog.rust-lang.org/2023/06/20/introducing-leadership-council.html" type="text/html" title="Introducing the Rust Leadership Council" />
19+
<published>2023-06-20T00:00:00+00:00</published>
20+
<updated>2023-06-20T00:00:00+00:00</updated>
21+
<id>https://blog.rust-lang.org/2023/06/20/introducing-leadership-council.html</id>
22+
<content type="html" xml:base="https://blog.rust-lang.org/2023/06/20/introducing-leadership-council.html">&lt;p&gt;As of today, &lt;a href&#x3D;&quot;https://github.com/rust-lang/rfcs/pull/3392&quot;&gt;RFC 3392&lt;/a&gt; has been merged, forming the new top level governance body of the Rust Project: the Leadership Council. The creation of this Council marks the end of both the Core Team and the interim Leadership Chat.&lt;/p&gt;
23+
&lt;p&gt;The Council will assume responsibility for top-level governance concerns while most of the responsibilities of the Rust Project (such as maintenance of the compiler and core tooling, evolution of the language and standard libraries, administration of infrastructure, etc.) remain with the nine top level teams.&lt;/p&gt;
24+
&lt;p&gt;Each of these top level teams, &lt;a href&#x3D;&quot;https://rust-lang.github.io/rfcs/3392-leadership-council.html#initial-list-of-top-level-teams&quot;&gt;as defined in the RFC&lt;/a&gt;, has chosen a representative who collectively form &lt;a href&#x3D;&quot;https://www.rust-lang.org/governance/teams/leadership-council&quot;&gt;the Council&lt;/a&gt;:&lt;/p&gt;
25+
&lt;ul&gt;
26+
&lt;li&gt;Compiler: Eric Holk&lt;/li&gt;
27+
&lt;li&gt;Crates.io: Carol (Nichols || Goulding)&lt;/li&gt;
28+
&lt;li&gt;Dev Tools: Eric Huss&lt;/li&gt;
29+
&lt;li&gt;Infrastructure: Ryan Levick&lt;/li&gt;
30+
&lt;li&gt;Language: Jack Huey&lt;/li&gt;
31+
&lt;li&gt;Launching Pad&lt;sup class&#x3D;&quot;footnote-ref&quot;&gt;&lt;a href&#x3D;&quot;#fn1&quot; id&#x3D;&quot;fnref1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt;: Jonathan Pallant&lt;/li&gt;
32+
&lt;li&gt;Library: Mara Bos&lt;/li&gt;
33+
&lt;li&gt;Moderation: Khionu Sybiern&lt;/li&gt;
34+
&lt;li&gt;Release: Mark Rousskov&lt;/li&gt;
35+
&lt;/ul&gt;
36+
&lt;p&gt;First, we want to take a moment to thank the Core Team and interim Leadership Chat for the hard work they&#x27;ve put in over the years. Their efforts have been critical for the Rust Project. However, we do recognize that the governance of the Rust Project has had its shortcomings. We hope to build on the successes and improve upon the failures to ultimately lead to greater transparency and accountability.&lt;/p&gt;
37+
&lt;p&gt;We know that there is a lot of work to do and we are eager to get started. In the coming weeks we will be establishing the basic infrastructure for the group, including creating a plan for regular meetings and a process for raising agenda items, setting up a team repository, and ultimately completing the transition from the former Rust leadership structures.&lt;/p&gt;
38+
&lt;p&gt;We will post more once this bootstrapping process has been completed.&lt;/p&gt;
39+
&lt;section class&#x3D;&quot;footnotes&quot;&gt;
40+
&lt;ol&gt;
41+
&lt;li id&#x3D;&quot;fn1&quot;&gt;
42+
&lt;p&gt;The RFC defines the launching pad team as a temporary umbrella team to represent subteams that do not currently have a top-level team. &lt;a href&#x3D;&quot;#fnref1&quot; class&#x3D;&quot;footnote-backref&quot;&gt;↩&lt;/a&gt;&lt;/p&gt;
43+
&lt;/li&gt;
44+
&lt;/ol&gt;
45+
&lt;/section&gt;
46+
</content>
47+
48+
<author>
49+
<name>Leadership Council</name>
50+
</author>
51+
</entry>
52+
1653
<entry>
1754
<title>Announcing Rust 1.70.0</title>
1855
<link rel="alternate" href="https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html" type="text/html" title="Announcing Rust 1.70.0" />
@@ -649,53 +686,4 @@ without all of you. &lt;a href&#x3D;&quot;https://thanks.rust-lang.org/rust/1.67
649686
</author>
650687
</entry>
651688

652-
<entry>
653-
<title>Announcing Rustup 1.25.2</title>
654-
<link rel="alternate" href="https://blog.rust-lang.org/2023/02/01/Rustup-1.25.2.html" type="text/html" title="Announcing Rustup 1.25.2" />
655-
<published>2023-02-01T00:00:00+00:00</published>
656-
<updated>2023-02-01T00:00:00+00:00</updated>
657-
<id>https://blog.rust-lang.org/2023/02/01/Rustup-1.25.2.html</id>
658-
<content type="html" xml:base="https://blog.rust-lang.org/2023/02/01/Rustup-1.25.2.html">&lt;p&gt;The rustup working group is announcing the release of rustup version 1.25.2.
659-
Rustup is the recommended tool to install Rust, a programming language that is
660-
empowering everyone to build reliable and efficient software.&lt;/p&gt;
661-
&lt;p&gt;If you have a previous version of rustup installed, getting rustup 1.25.2 is as
662-
easy as stopping any programs which may be using Rustup (e.g. closing your IDE)
663-
and running:&lt;/p&gt;
664-
&lt;pre&gt;&lt;code&gt;rustup self update
665-
&lt;/code&gt;&lt;/pre&gt;
666-
&lt;p&gt;Rustup will also automatically update itself at the end of a normal toolchain
667-
update:&lt;/p&gt;
668-
&lt;pre&gt;&lt;code&gt;rustup update
669-
&lt;/code&gt;&lt;/pre&gt;
670-
&lt;p&gt;If you don&#x27;t have it already, you can &lt;a href&#x3D;&quot;https://rustup.rs/&quot;&gt;get rustup&lt;/a&gt; from the
671-
appropriate page on our website.&lt;/p&gt;
672-
&lt;h2&gt;&lt;a href&#x3D;&quot;#whats-new-in-rustup-1252&quot; aria-hidden&#x3D;&quot;true&quot; class&#x3D;&quot;anchor&quot; id&#x3D;&quot;whats-new-in-rustup-1252&quot;&gt;&lt;/a&gt;What&#x27;s new in rustup 1.25.2&lt;/h2&gt;
673-
&lt;p&gt;This version of rustup fixes a warning incorrectly saying that signature
674-
verification failed for Rust releases. The warning was due to a dependency of
675-
Rustup including a time-based check preventing the use of SHA-1 from February
676-
1st, 2023 onwards.&lt;/p&gt;
677-
&lt;p&gt;Unfortunately Rust&#x27;s release signing key uses SHA-1 to sign its subkeys, which
678-
resulted in all signatures being marked as invalid. Rustup 1.25.2 temporarily
679-
fixes the problem by allowing again the use of SHA-1.&lt;/p&gt;
680-
&lt;h2&gt;&lt;a href&#x3D;&quot;#why-is-signature-verification-failure-only-a-warning&quot; aria-hidden&#x3D;&quot;true&quot; class&#x3D;&quot;anchor&quot; id&#x3D;&quot;why-is-signature-verification-failure-only-a-warning&quot;&gt;&lt;/a&gt;Why is signature verification failure only a warning?&lt;/h2&gt;
681-
&lt;p&gt;Signature verification is currently an experimental and incomplete feature
682-
included in rustup, as it&#x27;s still missing crucial features like key rotation.
683-
Until the feature is complete and ready for use, its outcomes are only
684-
displayed as warnings without a way to turn them into errors.&lt;/p&gt;
685-
&lt;p&gt;This is done to avoid potentially breaking installations of rustup. Signature
686-
verification will error out on failure only after the design and implementation
687-
of the feature will be finished.&lt;/p&gt;
688-
&lt;h2&gt;&lt;a href&#x3D;&quot;#thanks&quot; aria-hidden&#x3D;&quot;true&quot; class&#x3D;&quot;anchor&quot; id&#x3D;&quot;thanks&quot;&gt;&lt;/a&gt;Thanks&lt;/h2&gt;
689-
&lt;p&gt;Thanks again to all the contributors who made rustup 1.25.2 possible!&lt;/p&gt;
690-
&lt;ul&gt;
691-
&lt;li&gt;Daniel Silverstone (kinnison)&lt;/li&gt;
692-
&lt;li&gt;Pietro Albini (pietroalbini)&lt;/li&gt;
693-
&lt;/ul&gt;
694-
</content>
695-
696-
<author>
697-
<name>The rustup working group</name>
698-
</author>
699-
</entry>
700-
701689
</feed>

‎index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@
8686
<td class="bn"></td>
8787
<td class="bn"><h3 class="f0-l f1-m f2-s mt4 mb0">Posts in 2023</h3></td>
8888
</tr>
89+
<tr>
90+
<td class="tr o-60 pr4 pr5-l bn">June&nbsp;20</td>
91+
<td class="bn"><a href="2023/06/20/introducing-leadership-council.html">Introducing the Rust Leadership Council</a></td>
92+
</tr>
93+
94+
8995
<tr>
9096
<td class="tr o-60 pr4 pr5-l bn">June&nbsp;1</td>
9197
<td class="bn"><a href="2023/06/01/Rust-1.70.0.html">Announcing Rust 1.70.0</a></td>

‎inside-rust/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<name>Maintained by the Rust Teams.</name>
1111
<uri>https://github.com/rust-lang/blog.rust-lang.org/</uri>
1212
</author>
13-
<updated>2023-06-03T02:54:20+00:00</updated>
13+
<updated>2023-06-20T07:47:43+00:00</updated>
1414

1515

1616
<entry>

‎inside-rust/releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"releases":[],"feed_updated":"2023-06-03T02:54:20+00:00"}
1+
{"releases":[],"feed_updated":"2023-06-20T07:47:43+00:00"}

0 commit comments

Comments
 (0)
0