Skip to content

Commit 887744d

Browse files
committed
sdk-rs - change rust versions
1 parent 51fcc8d commit 887744d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,19 @@ Also, everything on versions older than v0.50.0 needs to run on nightly Rust.
3434
<td>`nightly-2023-12-11` or `nightly-2024-05-22`</td>
3535
</tr>
3636
<tr>
37-
<td>`v0.50` to `v0.57`</td>
37+
<td>`v0.50` to `v0.56`</td>
3838
<td>Stable</td>
3939
<td>≥`1.78` and ≤`1.86`</td>
4040
</tr>
41+
<tr>
42+
<td>`v0.57`</td>
43+
<td>Stable</td>
44+
<td>≥`1.83` and ≤`1.86`</td>
45+
</tr>
4146
<tr>
4247
<td>`v0.58` and Higher</td>
4348
<td>Stable</td>
44-
<td>≥`1.85`</td>
49+
<td>≥`1.83`</td>
4550
</tr>
4651
</tbody>
4752
</table>

0 commit comments

Comments
 (0)