Skip to content

Commit 51fcc8d

Browse files
author
BiancaIalangi
committed
sdk-rs - add rust versions to a table
1 parent e3dafe3 commit 51fcc8d

1 file changed

Lines changed: 26 additions & 11 deletions

File tree

docs/developers/meta/rust-stable-vs-nightly.md

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,32 @@ For everything after v0.50.0 we recommend running the latest stable version of R
1919

2020
Also, everything on versions older than v0.50.0 needs to run on nightly Rust.
2121

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+
<tbody class="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>
35+
</tr>
36+
<tr>
37+
<td>`v0.50` to `v0.57`</td>
38+
<td>Stable</td>
39+
<td>≥`1.78` and ≤`1.86`</td>
40+
</tr>
41+
<tr>
42+
<td>`v0.58` and Higher</td>
43+
<td>Stable</td>
44+
<td>≥`1.85`</td>
45+
</tr>
46+
</tbody>
47+
</table>
3348

3449
[comment]: # (mx-context-auto)
3550

0 commit comments

Comments
 (0)