8000 Deploying to gh-pages from @ d12dc0de48f7f0567e33485c0ec048c80f41d8e2 🚀 · rust-lang/blog.rust-lang.org@417b3e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 417b3e5

Browse files
Deploying to gh-pages from @ d12dc0d 🚀
1 parent 9e8c9de commit 417b3e5

File tree

6 files changed

+203
-37
lines changed

6 files changed

+203
-37
lines changed

‎2023/03/23/Rust-1.68.1.html

Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Announcing Rust 1.68.1 | 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="Announcing Rust 1.68.1 | 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="Announcing Rust 1.68.1 | 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=" 9E88 ;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="Announcing Rust 1.68.1" class="white">
63+
<div class="w-100 mw-none ph3 mw8-m mw8-l center f3">
64+
<header>
65+
<h2>Announcing Rust 1.68.1</h2>
66+
<div class="highlight mt2 mb3"></div>
67+
</header>
68+
69+
<div class="publish-date-author">Mar. 23, 2023 &middot; The Rust Release Team
70+
71+
</div>
72+
73+
<div class="post">
74+
<p>The Rust team has published a new point release of Rust, 1.68.1. Rust is a
75+
programming language that is empowering everyone to build reliable and
76+
efficient software.</p>
77+
<p>If you have a previous version of Rust installed via rustup, you can get 1.68.1 with:</p>
78+
<pre><code>rustup update stable
79+
</code></pre>
80+
<p>If you don't have it already, you can <a href="https://www.rust-lang.org/install.html">get <code>rustup</code></a>
81+
from the appropriate page on our website, and check out the
82+
<a href="https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1681-2023-03-23">detailed release notes for 1.68.1</a> on GitHub.</p>
83+
<h2><a href="#whats-in-1681-stable" aria-hidden="true" class="anchor" id="whats-in-1681-stable"></a>What's in 1.68.1 stable</h2>
84+
<p>Rust 1.68.1 stable primarily contains a change to how Rust's CI builds the
85+
Windows MSVC compiler, no longer enabling LTO for the Rust code. This led to a
86+
<a href="https://github.com/rust-lang/rust/issues/109067">miscompilation</a> that the Rust
87+
team is debugging, but in the meantime we're reverting the change to enable
88+
LTO.</p>
89+
<p>This is currently believed to have no effect on wider usage of ThinLTO. The
90+
Rust compiler used an unstable flag as part of the build process to enable
91+
ThinLTO despite compiling to a dylib.</p>
92+
<p>There are a few other regression fixes included in the release:</p>
93+
<ul>
94+
<li><a href="https://github.com/rust-lang/rust/pull/109111/">Fix building the compiler with <code>--enable-local-rust</code></a></li>
95+
<li><a href="https://github.com/rust-lang/rust/pull/109156">Treat <code>$prefix-clang</code> as <code>clang</code> in linker detection code</a></li>
96+
<li><a href="https://github.com/rust-lang/rust/pull/108162">Fix a panic in the compiler</a></li>
97+
</ul>
98+
<h3><a href="#contributors-to-1681" aria-hidden="true" class="anchor" id="contributors-to-1681"></a>Contributors to 1.68.1</h3>
99+
<p>Many people came together to create Rust 1.68.1. We couldn't have done it
100+
without all of you. <a href="https://thanks.rust-lang.org/rust/1.68.1/">Thanks!</a></p>
101+
102+
</div>
103+
</div>
104+
</section>
105+
106+
<footer>
107+
<div class="w-100 mw-none ph3 mw8-m mw9-l center f3">
108+
<div class="row">
109+
<div class="four columns mt3 mt0-l" id="get-help">
110+
<h4>Get help!</h4>
111+
<ul>
112+
<li><a href="https://doc.rust-lang.org" target="_blank" rel="noopener">Documentation</a></li>
113+
<li><a href="mailto:core-team@rust-lang.org">Contact the Rust Team</a></li>
114+
</ul>
115+
</div>
116+
<div class="four columns mt3 mt0-l">
117+
<h4>Terms and policies</h4>
118+
<ul>
119+
<li><a href="https://www.rust-lang.org/policies/code-of-conduct">Code of Conduct</a></li>
120+
<li><a href="https://www.rust-lang.org/policies/licenses">Licenses</a></li>
121+
<li><a href="https://www.rust-lang.org/policies/media-guide">Logo Policy and Media Guide</a></li>
122+
<li><a href="https://www.rust-lang.org/policies/security">Security Disclosures</a></li>
123+
<li><a href="https://www.rust-lang.org/policies">All Policies</a></li>
124+
</ul>
125+
</div>
126+
<div class="four columns mt3 mt0-l">
127+
<h4>Social</h4>
128+
<div class="flex flex-row flex-wrap">
129+
<a href="https://twitter.com/rustlang" target="_blank" rel="noopener" alt="twitter link"><img src="../../../images/twitter.svg" alt="twitter logo" title="Twitter"/></a>
130+
<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>
131+
<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>
132+
<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>
133+
</div>
134+
<h4 class="mt4 mb3">RSS</h4>
135+
<ul>
136+
<li><a href="../../../feed.xml">Main Blog</a></li>
137+
<li><a href="../../../inside-rust/feed.xml">"Inside Rust" Blog</a></li>
138+
</ul>
139+
</div>
140+
141+
</div>
142+
<div class="attribution">
143+
Maintained by the Rust Team. See a typo?
144+
<a href="https://github.com/rust-lang/blog.rust-lang.org" target="_blank" rel="noopener">Send a fix here</a>!
145+
</div>
146+
</div>
147+
</footer>
148+
149+
<!-- scripts -->
150+
<script src="../../../scripts/highlight.js"></script>
151+
152+
</body>
153+
</html>

‎feed.xml

Lines changed: 41 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,49 @@
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-03-20T23:59:24+00:00</updated>
13+
<updated>2023-03-23T14:22:40+00:00</updated>
1414

1515

16+
<entry>
17+
<title>Announcing Rust 1.68.1</title>
18+
<link rel="alternate" href="https://blog.rust-lang.org/2023/03/23/Rust-1.68.1.html" type="text/html" title="Announcing Rust 1.68.1" />
19+
<published>2023-03-23T00:00:00+00:00</published>
20+
<updated>2023-03-23T00:00:00+00:00</updated>
21+
<id>https://blog.rust-lang.org/2023/03/23/Rust-1.68.1.html</id>
22+
<content type="html" xml:base="https://blog.rust-lang.org/2023/03/23/Rust-1.68.1.html">&lt;p&gt;The Rust team has published a new point release of Rust, 1.68.1. Rust is a
23+
programming language that is empowering everyone to build reliable and
24+
efficient software.&lt;/p&gt;
25+
&lt;p&gt;If you have a previous version of Rust installed via rustup, you can get 1.68.1 with:&lt;/p&gt;
26+
&lt;pre&gt;&lt;code&gt;rustup update stable
27+
&lt;/code&gt;&lt;/pre&gt;
28+
&lt;p&gt;If you don&#x27;t have it already, you can &lt;a href&#x3D;&quot;https://www.rust-lang.org/install.html&quot;&gt;get &lt;code&gt;rustup&lt;/code&gt;&lt;/a&gt;
29+
from the appropriate page on our website, and check out the
30+
&lt;a href&#x3D;&quot;https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1681-2023-03-23&quot;&gt;detailed release notes for 1.68.1&lt;/a&gt; on GitHub.&lt;/p&gt;
31+
&lt;h2&gt;&lt;a href&#x3D;&quot;#whats-in-1681-stable&quot; aria-hidden&#x3D;&quot;true&quot; class&#x3D;&quot;anchor&quot; id&#x3D;&quot;whats-in-1681-stable&quot;&gt;&lt;/a&gt;What&#x27;s in 1.68.1 stable&lt;/h2&gt;
32+
&lt;p&gt;Rust 1.68.1 stable primarily contains a change to how Rust&#x27;s CI builds the
33+
Windows MSVC compiler, no longer enabling LTO for the Rust code. This led to a
34+
&lt;a href&#x3D;&quot;https://github.com 1241 /rust-lang/rust/issues/109067&quot;&gt;miscompilation&lt;/a&gt; that the Rust
35+
team is debugging, but in the meantime we&#x27;re reverting the change to enable
36+
LTO.&lt;/p&gt;
37+
&lt;p&gt;This is currently believed to have no effect on wider usage of ThinLTO. The
38+
Rust compiler used an unstable flag as part of the build process to enable
39+
ThinLTO despite compiling to a dylib.&lt;/p&gt;
40+
&lt;p&gt;There are a few other regression fixes included in the release:&lt;/p&gt;
41+
&lt;ul&gt;
42+
&lt;li&gt;&lt;a href&#x3D;&quot;https://github.com/rust-lang/rust/pull/109111/&quot;&gt;Fix building the compiler with &lt;code&gt;--enable-local-rust&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
43+
&lt;li&gt;&lt;a href&#x3D;&quot;https://github.com/rust-lang/rust/pull/109156&quot;&gt;Treat &lt;code&gt;$prefix-clang&lt;/code&gt; as &lt;code&gt;clang&lt;/code&gt; in linker detection code&lt;/a&gt;&lt;/li&gt;
44+
&lt;li&gt;&lt;a href&#x3D;&quot;https://github.com/rust-lang/rust/pull/108162&quot;&gt;Fix a panic in the compiler&lt;/a&gt;&lt;/li&gt;
45+
&lt;/ul&gt;
46+
&lt;h3&gt;&lt;a href&#x3D;&quot;#contributors-to-1681&quot; aria-hidden&#x3D;&quot;true&quot; class&#x3D;&quot;anchor&quot; id&#x3D;&quot;contributors-to-1681&quot;&gt;&lt;/a&gt;Contributors to 1.68.1&lt;/h3&gt;
47+
&lt;p&gt;Many people came together to create Rust 1.68.1. We couldn&#x27;t have done it
48+
without all of you. &lt;a href&#x3D;&quot;https://thanks.rust-lang.org/rust/1.68.1/&quot;&gt;Thanks!&lt;/a&gt;&lt;/p&gt;
49+
</content>
50+
51+
<author>
52+
<name>The Rust Release Team</name>
53+
</author>
54+
</entry>
55+
1656
<entry>
1757
<title>Announcing Rust 1.68.0</title>
1858
<link rel="alternate" href="https://blog.rust-lang.org/2023/03/09/Rust-1.68.0.html" type="text/html" title="Announcing Rust 1.68.0" />
@@ -661,37 +701,4 @@ We couldn&#x27;t have done it without all of you.
661701
</author>
662702
</entry>
663703

664-
<entry>
665-
<title>Launching the 2022 State of Rust Survey</title>
666-
<link rel="alternate" href="https://blog.rust-lang.org/2022/12/05/survey-launch.html" type="text/html" title="Launching the 2022 State of Rust Survey" />
667-
<published>2022-12-05T00:00:00+00:00</published>
668-
<updated>2022-12-05T00:00:00+00:00</updated>
669-
<id>https://blog.rust-lang.org/2022/12/05/survey-launch.html</id>
670-
<content type="html" xml:base="https://blog.rust-lang.org/2022/12/05/survey-launch.html">&lt;p&gt;The &lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd&quot;&gt;2022 State of Rust Survey&lt;/a&gt; is here!&lt;/p&gt;
671-
&lt;p&gt;It&#x27;s that time again! Time for us to take a look at who the Rust community is composed of, how the Rust project is doing, and how we can improve the Rust programming experience. The Rust Survey working group is pleased to announce our &lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd&quot;&gt;2022 State of Rust Survey&lt;/a&gt;! Whether or not you use Rust today, we want to know your opinions. Your responses will help the project understand its strengths and weaknesses, and establish development priorities for the future.&lt;/p&gt;
672-
&lt;p&gt;Completing this survey should take about 5–20 minutes and is anonymous. We will be accepting submissions for the next two weeks (until the 19th of December), and we will share our findings on &lt;a href&#x3D;&quot;https://blog.rust-lang.org&quot;&gt;blog.rust-lang.org&lt;/a&gt; sometime in early 2023. You can also check out &lt;a href&#x3D;&quot;https://blog.rust-lang.org/2022/02/15/Rust-Survey-2021.html&quot;&gt;last year’s results&lt;/a&gt;.&lt;/p&gt;
673-
&lt;p&gt;We&#x27;re happy to be offering the survey in the following languages. If you speak multiple languages, please pick one.&lt;/p&gt;
674-
&lt;ul&gt;
675-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;en&quot;&gt;English&lt;/a&gt;&lt;/li&gt;
676-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;zh-cn&quot;&gt;Simplified Chinese&lt;/a 10000 &gt;&lt;/li&gt;
677-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;zh-tw&quot;&gt;Traditional Chinese&lt;/a&gt;&lt;/li&gt;
678-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;fr&quot;&gt;French&lt;/a&gt;&lt;/li&gt;
679-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;de&quot;&gt;German&lt;/a&gt;&lt;/li&gt;
680-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;ja&quot;&gt;Japanese&lt;/a&gt;&lt;/li&gt;
681-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;ko&quot;&gt;Korean&lt;/a&gt;&lt;/li&gt;
682-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;pt&quot;&gt;Portuguese&lt;/a&gt;&lt;/li&gt;
683-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;ru&quot;&gt;Russian&lt;/a&gt;&lt;/li&gt;
684-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;es&quot;&gt;Spanish&lt;/a&gt;&lt;/li&gt;
685-
&lt;li&gt;&lt;a href&#x3D;&quot;https://surveyhero.com/c/sfhmgxgd?lang&#x3D;uk&quot;&gt;Ukrainian&lt;/a&gt;&lt;/li&gt;
686-
&lt;/ul&gt;
687-
&lt;p&gt;Please help us spread the word by sharing the survey link on your social network feeds, at meetups, around your office, and in other communities.&lt;/p&gt;
688-
&lt;p&gt;If you have any questions, please see our &lt;a href&#x3D;&quot;https://github.com/rust-lang/surveys/blob/main/documents/Community-Survey-FAQ.md&quot;&gt;frequently asked questions&lt;/a&gt;.&lt;/p&gt;
689-
&lt;p&gt;Finally, we wanted to thank everyone who helped develop, polish, and test the survey.&lt;/p&gt;
690-
</content>
691-
692-
<author>
693-
<name>The Rust Survey Working Group</name>
694-
</author>
695-
</entry>
696-
697704
</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">Mar.&nbsp;23</td>
91+
<td class="bn"><a href="2023/03/23/Rust-1.68.1.html">Announcing Rust 1.68.1</a></td>
92+
</tr>
93+
94+
8995
<tr>
9096
<td class="tr o-60 pr4 pr5-l bn">Mar.&nbsp;9</td>
9197
<td class="bn"><a href="2023/03/09/Rust-1.68.0.html">Announcing Rust 1.68.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-03-20T23:59:26+00:00</updated>
13+
<updated>2023-03-23T14:22:42+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-03-20T23:59:26+00:00"}
1+
{"releases":[],"feed_updated":"2023-03-23T14:22:42+00:00"}

0 commit comments

Comments
 (0)
0