|
28 | 28 | <div id="platform-instructions-unix" class="instructions display-none">
|
29 | 29 | <p>Run the following in your terminal, then follow the onscreen instructions.</p>
|
30 | 30 | <div class="copy-container">
|
31 |
| - <pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre> |
| 31 | + <pre class="rustup-command">curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh</pre> |
32 | 32 | <button id="copy-button-unix" class="copy-button" title="Copy curl command to clipboard to download Rustup" type="button">
|
33 | 33 | <div class="copy-icon">
|
34 | 34 | <svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg" alt="Copy curl command to clipboard to download Rustup">
|
|
49 | 49 | </p>
|
50 | 50 | <p>If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.</p>
|
51 | 51 | <div class="copy-container">
|
52 |
| - <pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre> |
| 52 | + <pre class="rustup-command">curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh</pre> |
53 | 53 | <button id="copy-button-win32" class="copy-button" title="Copy curl command to clipboard to download Rustup" type="button">
|
54 | 54 | <div class="copy-icon">
|
55 | 55 | <svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg" alt="Copy curl command to clipboard to download Rustup">
|
|
70 | 70 | </p>
|
71 | 71 | <p>If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.</p>
|
72 | 72 | <div class="copy-container">
|
73 |
| - <pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre> |
| 73 | + <pre class="rustup-command">curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh</pre> |
74 | 74 | <button id="copy-button-win64" class="copy-button" title="Copy curl command to clipboard to download Rustup" type="button">
|
75 | 75 | <div class="copy-icon">
|
76 | 76 | <svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg" alt="Copy curl command to clipboard to download Rustup">
|
|
104 | 104 | <div>
|
105 | 105 | <p>If you are running Unix,<br/>run the following in your terminal, then follow the onscreen instructions.</p>
|
106 | 106 | <div class="copy-container">
|
107 |
| - <pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre> |
| 107 | + <pre class="rustup-command">curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh</pre> |
108 | 108 | <button id="copy-button-unknown" class="copy-button" title="Copy curl command to clipboard to download Rustup" type="button">
|
109 | 109 | <div class="copy-icon">
|
110 | 110 | <svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg" alt="Copy curl command to clipboard to download Rustup">
|
|
143 | 143 | <p>To install Rust, if you are running Unix,<br/>run the following
|
144 | 144 | in your terminal, then follow the onscreen instructions.</p>
|
145 | 145 | <div class="copy-container">
|
146 |
| - <pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre> |
| 146 | + <pre class="rustup-command">curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh</pre> |
147 | 147 | <button id="copy-button-default" class="copy-button" title="Copy curl command to clipboard to download Rustup" type="button">
|
148 | 148 | <div class="copy-icon">
|
149 | 149 | <svg width="24" height="25" viewBox="0 0 24 25" xmlns="http://www.w3.org/2000/svg" alt="Copy curl command to clipboard to download Rustup">
|
|
0 commit comments