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: bindings/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,17 +29,17 @@ There are two rust bindings workspaces that have different MSRV policies. Crates
29
29
30
30
### Extended
31
31
32
-
The current MSRV for `s2n-tls`, `s2n-tls-sys` and `s2n-tls-tokio` is [1.63.0][msrv-url].
32
+
The current MSRV for `s2n-tls`, `s2n-tls-sys` and `s2n-tls-tokio` is [1.63.0](https://releases.rs/docs/1.63.0/).
33
33
34
34
### Standard
35
35
36
36
We will maintain a rolling MSRV (minimum supported rust version) policy of at least 6 months. The current s2n-quic version is not guaranteed to build on Rust versions earlier than the MSRV.
37
37
38
-
The current MSRV for the standard workspace is [1.74.0][msrv-url].
38
+
The current MSRV for the standard workspace is [1.74.0](https://releases.rs/docs/1.74.0/)
39
39
40
40
### Rust Examples
41
41
42
-
The current MSRV for the Rust Examples workspace is [stable][msrv-url].
42
+
The current MSRV for the Rust Examples workspace is [stable](https://releases.rs/).
0 commit comments