You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/meta/rust-stable-vs-nightly.md
+26-11Lines changed: 26 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,17 +19,32 @@ For everything after v0.50.0 we recommend running the latest stable version of R
19
19
20
20
Also, everything on versions older than v0.50.0 needs to run on nightly Rust.
21
21
22
-
:::important
23
-
24
-
- For Versions Prior to `v0.50`:
25
-
-**Requirement**: A specific nightly build is necessary.
26
-
-**Known Working Builds**:`nightly-2023-12-11` and `nightly-2024-05-22` are confirmed to run correctly.
27
-
- For Versions `v0.50` through `v0.57`:
28
-
-**Requirement**: The **stable channel** must be used, requiring a Rust version that is **greater than or equal** to `1.78` and **less than or equal** to `1.86`.
29
-
- For Version `v0.58` and Higher:
30
-
-**Requirement**: The **stable channel** must be used, requiring a **minimum** Rust version of `1.78` or newer.
31
-
32
-
:::
22
+
<table>
23
+
<thead>
24
+
<tr>
25
+
<th>Application Version</th>
26
+
<th>Required Rust Channel</th>
27
+
<th>Version Requirements</th>
28
+
</tr>
29
+
</thead>
30
+
<tbodyclass="table-center-content">
31
+
<tr>
32
+
<td>Prior to `v0.50`</td>
33
+
<td>Nightly</td>
34
+
<td>`nightly-2023-12-11` or `nightly-2024-05-22`</td>
0 commit comments