Skip to content

Commit

Permalink
Deploying to gh-pages from @ 434179c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
promote-release[bot] committed Jul 10, 2023
1 parent 9cb7b32 commit cdbb826
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 26 deletions.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Maintained by the Rust Teams.</name>
<uri>https://github.com/rust-lang/blog.rust-lang.org/</uri>
</author>
<updated>2023-07-05T13:36:17+00:00</updated>
<updated>2023-07-10T20:00:14+00:00</updated>


<entry>
Expand Down
135 changes: 135 additions & 0 deletions inside-rust/2023/07/10/1.71.0-prerelease.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,135 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>1.71.0 pre-release testing | Inside Rust Blog</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="description" content="Empowering everyone to build reliable and efficient software.">
<!-- Twitter card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@rustlang">
<meta name="twitter:creator" content="@rustlang">
<meta name="twitter:title" content="1.71.0 pre-release testing | Inside Rust Blog">
<meta name="twitter:description" content="Want to follow along with Rust development? Curious how you might get involved? Take a look!">
<meta name="twitter:image" content="https://www.rust-lang.org/static/images/rust-social.jpg">

<!-- Facebook OpenGraph -->
<meta property="og:title" content="1.71.0 pre-release testing | Inside Rust Blog" />
<meta property="og:description" content="Want to follow along with Rust development? Curious how you might get involved? Take a look!">
<meta property="og:image" content="https://www.rust-lang.org/static/images/rust-social-wide.jpg" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />

<!-- styles -->
<link rel="stylesheet" href="../../../../styles/vendor.css"/>
<link rel="stylesheet" href="../../../../styles/fonts.css"/>
<link rel="stylesheet" href="../../../../styles/app.css"/>
<link rel="stylesheet" href="../../../../styles/highlight.css"/>

<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="../../../../images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="16x16" href="../../../../images/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="../../../../images/favicon-32x32.png">
<link rel="icon" type="image/svg+xml" href="../../../../images/favicon.svg">
<link rel="manifest" href="../../../../images/site.webmanifest">
<link rel="mask-icon" href="../../../../images/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#00aba9">
<meta name="theme-color" content="#ffffff">

<!-- atom -->
<link type="application/atom+xml" rel="alternate" href="https://blog.rust-lang.org/inside-rust/feed.xml" title="Inside Rust Blog" />

</head>
<body>
<nav class="flex flex-row justify-center justify-end-l items-center flex-wrap ph2 pl3-ns pr4-ns">
<div class="brand flex-auto w-100 w-auto-l self-start tc tl-l">
<a href="../../../../inside-rust/">
<img class="v-mid ml0-l" alt="Rust Logo" src="../../../../images/rust-logo-blk.svg">
<span class="dib ml1 ml0-l">Inside Rust Blog</span>
</a>
</div>

<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">
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org">Rust</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/tools/install">Install</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/learn">Learn</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/tools">Tools</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/governance">Governance</a></li>
<li class="tc pv2 ph2 ph4-ns flex-20-s"><a href="https://www.rust-lang.org/community">Community</a></li>
</ul>
</nav>

<section id="1.71.0 pre-release testing" class="white">
<div class="w-100 mw-none ph3 mw8-m mw8-l center f3">
<header>
<h2>1.71.0 pre-release testing</h2>
<div class="highlight mt2 mb3"></div>
</header>

<div class="publish-date-author">July 10, 2023 &middot; Release automation
on behalf of <a href="https://www.rust-lang.org/governance/teams/release">The Release Team</a>
</div>

<div class="post">
<p>The 1.71.0 pre-release is ready for testing. The release is scheduled for
July 13. <a href="https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1710-2023-07-13">Release notes can be found here.</a></p>
<p>You can try it out locally by running:</p>
<pre><code class="language-plain">RUSTUP_DIST_SERVER=https://dev-static.rust-lang.org rustup update stable
</code></pre>
<p>The index is <a href="https://dev-static.rust-lang.org/dist/2023-07-10/index.html">https://dev-static.rust-lang.org/dist/2023-07-10/index.html</a>.</p>
<p>You can leave feedback on the <a href="https://internals.rust-lang.org/t/rust-1-71-0-pre-release-testing/19123">internals thread</a>.</p>
<p>The release team is also thinking about changes to our pre-release process:
we'd love your feedback <a href="https://github.com/rust-lang/release-team/issues/16">on this GitHub issue</a>.</p>

</div>
</div>
</section>

<footer>
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
<div class="row">
<div class="four columns mt3 mt0-l" id="get-help">
<h4>Get help!</h4>
<ul>
<li><a href="https://doc.rust-lang.org" target="_blank" rel="noopener">Documentation</a></li>
<li><a href="mailto:[email protected]">Contact the Rust Team</a></li>
</ul>
</div>
<div class="four columns mt3 mt0-l">
<h4>Terms and policies</h4>
<ul>
<li><a href="https://www.rust-lang.org/policies/code-of-conduct">Code of Conduct</a></li>
<li><a href="https://www.rust-lang.org/policies/licenses">Licenses</a></li>
<li><a href="https://www.rust-lang.org/policies/media-guide">Logo Policy and Media Guide</a></li>
<li><a href="https://www.rust-lang.org/policies/security">Security Disclosures</a></li>
<li><a href="https://www.rust-lang.org/policies">All Policies</a></li>
</ul>
</div>
<div class="four columns mt3 mt0-l">
<h4>Social</h4>
<div class="flex flex-row flex-wrap">
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="../../../../images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
<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>
<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>
<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>
</div>
<h4 class="mt4 mb3">RSS</h4>
<ul>
<li><a href="../../../../feed.xml">Main Blog</a></li>
<li><a href="../../../../inside-rust/feed.xml">"Inside Rust" Blog</a></li>
</ul>
</div>

</div>
<div class="attribution">
Maintained by the Rust Team. See a typo?
<a href="https://github.com/rust-lang/blog.rust-lang.org" target="_blank" rel="noopener">Send a fix here</a>!
</div>
</div>
</footer>

<!-- scripts -->
<script src="../../../../scripts/highlight.js"></script>

</body>
</html>
46 changes: 23 additions & 23 deletions inside-rust/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,31 @@
<name>Maintained by the Rust Teams.</name>
<uri>https://github.com/rust-lang/blog.rust-lang.org/</uri>
</author>
<updated>2023-07-05T13:36:20+00:00</updated>
<updated>2023-07-10T20:00:16+00:00</updated>


<entry>
<title>1.71.0 pre-release testing</title>
<link rel="alternate" href="https://blog.rust-lang.org/inside-rust/2023/07/10/1.71.0-prerelease.html" type="text/html" title="1.71.0 pre-release testing" />
<published>2023-07-10T00:00:00+00:00</published>
<updated>2023-07-10T00:00:00+00:00</updated>
<id>https://blog.rust-lang.org/inside-rust/2023/07/10/1.71.0-prerelease.html</id>
<content type="html" xml:base="https://blog.rust-lang.org/inside-rust/2023/07/10/1.71.0-prerelease.html">&lt;p&gt;The 1.71.0 pre-release is ready for testing. The release is scheduled for
July 13. &lt;a href&#x3D;&quot;https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1710-2023-07-13&quot;&gt;Release notes can be found here.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can try it out locally by running:&lt;/p&gt;
&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
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The index is &lt;a href&#x3D;&quot;https://dev-static.rust-lang.org/dist/2023-07-10/index.html&quot;&gt;https://dev-static.rust-lang.org/dist/2023-07-10/index.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can leave feedback on the &lt;a href&#x3D;&quot;https://internals.rust-lang.org/t/rust-1-71-0-pre-release-testing/19123&quot;&gt;internals thread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The release team is also thinking about changes to our pre-release process:
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;
</content>

<author>
<name>Release automation</name>
</author>
</entry>

<entry>
<title>1.70.0 pre-release testing</title>
<link rel="alternate" href="https://blog.rust-lang.org/inside-rust/2023/05/29/1.70.0-prerelease.html" type="text/html" title="1.70.0 pre-release testing" />
Expand Down Expand Up @@ -364,28 +386,6 @@ March 23. &lt;a href&#x3D;&quot;https://github.com/rust-lang/rust/blob/stable/RE
&lt;p&gt;You can leave feedback on the &lt;a href&#x3D;&quot;https://internals.rust-lang.org/t/rust-1-68-1-pre-release-testing/18547&quot;&gt;internals thread&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The release team is also thinking about changes to our pre-release process:
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;
</content>

<author>
<name>Release automation</name>
</author>
</entry>

<entry>
<title>1.68.0 pre-release testing</title>
<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" />
<published>2023-03-06T00:00:00+00:00</published>
<updated>2023-03-06T00:00:00+00:00</updated>
<id>https://blog.rust-lang.org/inside-rust/2023/03/06/1.68.0-prerelease.html</id>
<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
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;
&lt;p&gt;You can try it out locally by running:&lt;/p&gt;
&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
&lt;/code&gt;&lt;/pre&gt;
&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;
&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;
&lt;p&gt;The release team is also thinking about changes to our pre-release process:
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;
</content>

<author>
Expand Down
6 changes: 6 additions & 0 deletions inside-rust/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
<td class="bn"></td>
<td class="bn"><h3 class="f0-l f1-m f2-s mt4 mb0">Posts in 2023</h3></td>
</tr>
<tr>
<td class="tr o-60 pr4 pr5-l bn">July&nbsp;10</td>
<td class="bn"><a href="2023/07/10/1.71.0-prerelease.html">1.71.0 pre-release testing</a></td>
</tr>


<tr>
<td class="tr o-60 pr4 pr5-l bn">May&nbsp;29</td>
<td class="bn"><a href="2023/05/29/1.70.0-prerelease.html">1.70.0 pre-release testing</a></td>
Expand Down
2 changes: 1 addition & 1 deletion inside-rust/releases.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"releases":[],"feed_updated":"2023-07-05T13:36:20+00:00"}
{"releases":[],"feed_updated":"2023-07-10T20:00:16+00:00"}
Loading

0 comments on commit cdbb826

Please sign in to comment.