Skip to content

Commit 92593ce

Browse files
Deploying to gh-pages from @ 9374efc 🚀
1 parent 1412ec5 commit 92593ce

File tree

6 files changed

+167
-41
lines changed

6 files changed

+167
-41
lines changed

‎feed.xml

+1-1
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-02-26T17:11:09+00:00</updated>
13+
<updated>2023-03-06T21:18:22+00:00</updated>
1414

1515

1616
<entry>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>1.68.0 pre-release testing | Inside 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="1.68.0 pre-release testing | Inside Rust Blog">
13+
<meta name="twitter:description" content="Want to follow along with Rust development? Curious how you might get involved? Take a look!">
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="1.68.0 pre-release testing | Inside Rust Blog" />
18+
<meta property="og:description" content="Want to follow along with Rust development? Curious how you might get involved? Take a look!">
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/inside-rust/feed.xml" title="Inside 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="../../../../inside-rust/">
47+
<img class="v-mid ml0-l" alt="Rust Logo" src="../../../../images/rust-logo-blk.svg">
48+
<span class="dib ml1 ml0-l">Inside 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="1.68.0 pre-release testing" class="white">
63+
<div class="w-100 mw-none ph3 mw8-m mw8-l center f3">
64+
<header>
65+
<h2>1.68.0 pre-release testing</h2>
66+
<div class="highlight mt2 mb3"></div>
67+
</header>
68+
69+
<div class="publish-date-author">Mar. 6, 2023 &middot; Release automation
70+
on behalf of <a href="https://www.rust-lang.org/governance/teams/release">The Release Team</a>
71+
</div>
72+
73+
<div class="post">
74+
<p>The 1.68.0 pre-release is ready for testing. The release is scheduled for
75+
March 09. <a href="https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1680-2023-03-09">Release notes can be found here.</a></p>
76+
<p>You can try it out locally by running:</p>
77+
<pre><code class="language-plain">RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
78+
</code></pre>
79+
<p>The index is <a href="https://dev-static.rust-lang.org/dist/2023-03-06/index.html">https://dev-static.rust-lang.org/dist/2023-03-06/index.html</a>.</p>
80+
<p>You can leave feedback on the <a href="https://internals.rust-lang.org/t/rust-1-68-0-pre-release-testing/18481">internals thread</a>.</p>
81+
<p>The release team is also thinking about changes to our pre-release process:
82+
we'd love your feedback <a href="https://github.com/rust-lang/release-team/issues/16">on this GitHub issue</a>.</p>
83+
84+
</div>
85+
</div>
86+
</section>
87+
88+
<footer>
89+
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
90+
<div class="row">
91+
<div class="four columns mt3 mt0-l" id="get-help">
92+
<h4>Get help!</h4>
93+
<ul>
94+
<li><a href="https://doc.rust-lang.org" target="_blank" rel="noopener">Documentation</a></li>
95+
<li><a href="mailto:core-team@rust-lang.org">Contact the Rust Team</a></li>
96+
</ul>
97+
</div>
98+
<div class="four columns mt3 mt0-l">
99+
<h4>Terms and policies</h4>
100+
<ul>
101+
<li><a href="https://www.rust-lang.org/policies/code-of-conduct">Code of Conduct</a></li>
102+
<li><a href="https://www.rust-lang.org/policies/licenses">Licenses</a></li>
103+
<li><a href="https://www.rust-lang.org/policies/media-guide">Logo Policy and Media Guide</a></li>
104+
<li><a href="https://www.rust-lang.org/policies/security">Security Disclosures</a></li>
105+
<li><a href="https://www.rust-lang.org/policies">All Policies</a></li>
106+
</ul>
107+
</div>
108+
<div class="four columns mt3 mt0-l">
109+
<h4>Social</h4>
110+
<div class="flex flex-row flex-wrap">
111+
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="../../../../images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
112+
<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>
113+
<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>
114+
<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>
115+
</div>
116+
<h4 class="mt4 mb3">RSS</h4>
117+
<ul>
118+
<li><a href="../../../../feed.xml">Main Blog</a></li>
119+
<li><a href="../../../../inside-rust/feed.xml">"Inside Rust" Blog</a></li>
120+
</ul>
121+
</div>
122+
123+
</div>
124+
<div class="attribution">
125+
Maintained by the Rust Team. See a typo?
126+
<a href="https://github.com/rust-lang/blog.rust-lang.org" target="_blank" rel="noopener">Send a fix here</a>!
127+
</div>
128+
</div>
129+
</footer>
130+
131+
<!-- scripts -->
132+
<script src="../../../../scripts/highlight.js"></script>
133+
134+
</body>
135+
</html>

‎inside-rust/feed.xml

+23-38
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,31 @@
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-02-26T17:11:11+00:00</updated>
13+
<updated>2023-03-06T21:18:25+00:00</updated>
1414

1515

16+
<entry>
17+
<title>1.68.0 pre-release testing</title>
18+
<link rel="alternate" href="https://blog.rust-lang.org/inside-rust/2023/03/06/1.68.0-prerelease.html" type="text/html" title="1.68.0 pre-release testing" />
19+
<published>2023-03-06T00:00:00+00:00</published>
20+
<updated>2023-03-06T00:00:00+00:00</updated>
21+
<id>https://blog.rust-lang.org/inside-rust/2023/03/06/1.68.0-prerelease.html</id>
22+
<content type="html" xml:base="https://blog.rust-lang.org/inside-rust/2023/03/06/1.68.0-prerelease.html">&lt;p&gt;The 1.68.0 pre-release is ready for testing. The release is scheduled for
23+
March 09. &lt;a href&#x3D;&quot;https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1680-2023-03-09&quot;&gt;Release notes can be found here.&lt;/a&gt;&lt;/p&gt;
24+
&lt;p&gt;You can try it out locally by running:&lt;/p&gt;
25+
&lt;pre&gt;&lt;code class&#x3D;&quot;language-plain&quot;&gt;RUSTUP_DIST_SERVER&#x3D;https://dev-static.rust-lang.org rustup update stable
26+
&lt;/code&gt;&lt;/pre&gt;
27+
&lt;p&gt;The index is &lt;a href&#x3D;&quot;https://dev-static.rust-lang.org/dist/2023-03-06/index.html&quot;&gt;https://dev-static.rust-lang.org/dist/2023-03-06/index.html&lt;/a&gt;.&lt;/p&gt;
28+
&lt;p&gt;You can leave feedback on the &lt;a href&#x3D;&quot;https://internals.rust-lang.org/t/rust-1-68-0-pre-release-testing/18481&quot;&gt;internals thread&lt;/a&gt;.&lt;/p&gt;
29+
&lt;p&gt;The release team is also thinking about changes to our pre-release process:
30+
we&#x27;d love your feedback &lt;a href&#x3D;&quot;https://github.com/rust-lang/release-team/issues/16&quot;&gt;on this GitHub issue&lt;/a&gt;.&lt;/p&gt;
31+
</content>
32+
33+
<author>
34+
<name>Release automation</name>
35+
</author>
36+
</entry>
37+
1638
<entry>
1739
<title>Keyword Generics Progress Report: February 2023</title>
1840
<link rel="alternate" href="https://blog.rust-lang.org/inside-rust/2023/02/23/keyword-generics-progress-report-feb-2023.html" type="text/html" title="Keyword Generics Progress Report: February 2023" />
@@ -653,41 +675,4 @@ we&#x27;d love your feedback &lt;a href&#x3D;&quot;https://github.com/rust-lang/
653675
</author>
654676
</entry>
655677

656-
<entry>
657-
<title>Diversifying our Content Delivery Networks</title>
658-
<link rel="alternate" href="https://blog.rust-lang.org/inside-rust/2023/01/24/content-delivery-networks.html" type="text/html" title="Diversifying our Content Delivery Networks" />
659-
<published>2023-01-24T00:00:00+00:00</published>
660-
<updated>2023-01-24T00:00:00+00:00</updated>
661-
<id>https://blog.rust-lang.org/inside-rust/2023/01/24/content-delivery-networks.html</id>
662-
<content type="html" xml:base="https://blog.rust-lang.org/inside-rust/2023/01/24/content-delivery-networks.html">&lt;p&gt;Over the past few weeks, the &lt;a href&#x3D;&quot;https://www.rust-lang.org/governance/teams/infra&quot;&gt;Infrastructure Team&lt;/a&gt; has been working on setting
663-
up a second &lt;a href&#x3D;&quot;https://en.wikipedia.org/wiki/Content_delivery_network&quot;&gt;Content Delivery Network&lt;/a&gt; (CDN) for releases and crates.&lt;/p&gt;
664-
&lt;h2&gt;&lt;a href&#x3D;&quot;#what-is-changing&quot; aria-hidden&#x3D;&quot;true&quot; class&#x3D;&quot;anchor&quot; id&#x3D;&quot;what-is-changing&quot;&gt;&lt;/a&gt;What is changing&lt;/h2&gt;
665-
&lt;p&gt;Rust releases (&lt;code&gt;static.rust-lang.org&lt;/code&gt;) and crates (&lt;code&gt;static.crates.io&lt;/code&gt;) will be
666-
served through both &lt;a href&#x3D;&quot;https://aws.amazon.com/cloudfront/&quot;&gt;AWS CloudFront&lt;/a&gt; and
667-
&lt;a href&#x3D;&quot;https://www.fastly.com&quot;&gt;Fastly&lt;/a&gt;.&lt;/p&gt;
668-
&lt;p&gt;This is a transparent change to the infrastructure that doesn&#x27;t require users or
669-
developers to take any action. We expect no downtime for Rust users as part of
670-
the migration.&lt;/p&gt;
671-
&lt;p&gt;This also covers only the CDNs for releases (&lt;code&gt;static.rust-lang.org&lt;/code&gt;) and
672-
crates.io (&lt;code&gt;static.crates.io&lt;/code&gt;), no changes are planned for the rest of Rust&#x27;s
673-
domains.&lt;/p&gt;
674-
&lt;h2&gt;&lt;a href&#x3D;&quot;#timeline&quot; aria-hidden&#x3D;&quot;true&quot; class&#x3D;&quot;anchor&quot; id&#x3D;&quot;timeline&quot;&gt;&lt;/a&gt;Timeline&lt;/h2&gt;
675-
&lt;p&gt;We are starting the rollout of the new CDN tomorrow, on January 25th, with
676-
&lt;code&gt;static.crates.io&lt;/code&gt;.&lt;/p&gt;
677-
&lt;p&gt;The rollout will happen very gradually over a period of time. We will start to
678-
send a small percentage of traffic through &lt;a href&#x3D;&quot;https://www.fastly.com/&quot;&gt;Fastly&lt;/a&gt;,
679-
while observing the performance and reliability of the new network. As we gain
680-
confidence, we will slowly increase the amount of traffic.&lt;/p&gt;
681-
&lt;p&gt;Once &lt;code&gt;static.crates.io&lt;/code&gt; has been deployed, we will start working on
682-
&lt;code&gt;static.rust-lang.org&lt;/code&gt;.&lt;/p&gt;
683-
&lt;h2&gt;&lt;a href&#x3D;&quot;#report-issues&quot; aria-hidden&#x3D;&quot;true&quot; class&#x3D;&quot;anchor&quot; id&#x3D;&quot;report-issues&quot;&gt;&lt;/a&gt;Report issues&lt;/h2&gt;
684-
&lt;p&gt;If something &lt;em&gt;does&lt;/em&gt; break, please let the &lt;a href&#x3D;&quot;https://www.rust-lang.org/governance/teams/infra&quot;&gt;Infrastructure Team&lt;/a&gt; know on
685-
&lt;a href&#x3D;&quot;https://rust-lang.zulipchat.com/#narrow/stream/t-infra&quot;&gt;#t-infra on Zulip&lt;/a&gt;.&lt;/p&gt;
686-
</content>
687-
688-
<author>
689-
<name>Jan David Nose</name>
690-
</author>
691-
</entry>
692-
693678
</feed>

‎inside-rust/index.html

+6
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">Mar.&nbsp;6</td>
91+
<td class="bn"><a href="2023/03/06/1.68.0-prerelease.html">1.68.0 pre-release testing</a></td>
92+
</tr>
93+
94+
8995
<tr>
9096
<td class="tr o-60 pr4 pr5-l bn">Feb.&nbsp;23</td>
9197
<td class="bn"><a href="2023/02/23/keyword-generics-progress-report-feb-2023.html">Keyword Generics Progress Report: February 2023</a></td>

‎inside-rust/releases.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"releases":[],"feed_updated":"2023-02-26T17:11:11+00:00"}
1+
{"releases":[],"feed_updated":"2023-03-06T21:18:25+00:00"}

0 commit comments

Comments
 (0)