Skip to content

Commit

Permalink
Fix msrv-url; more PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
dougch committed Dec 20, 2024
1 parent a28a7cf commit f347fa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cd ${{env.ROOT_PATH}}
./generate.sh
ldd standard/target/debug/integration | grep libs2n.so
ldd ${{env.STANDARD_PATH}}/target/debug/integration | grep libs2n.so
# our benchmark testing includes interop tests between s2n-tls, rustls, and
# openssl
Expand Down
6 changes: 3 additions & 3 deletions bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ There are two rust bindings workspaces that have different MSRV policies. Crates

### Extended

The current MSRV for `s2n-tls`, `s2n-tls-sys` and `s2n-tls-tokio` is [1.63.0][msrv-url].
The current MSRV for `s2n-tls`, `s2n-tls-sys` and `s2n-tls-tokio` is [1.63.0](https://releases.rs/docs/1.63.0/).

### Standard

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.

The current MSRV for the standard workspace is [1.74.0][msrv-url].
The current MSRV for the standard workspace is [1.74.0](https://releases.rs/docs/1.74.0/)

### Rust Examples

The current MSRV for the Rust Examples workspace is [stable][msrv-url].
The current MSRV for the Rust Examples workspace is [stable](https://releases.rs/).



Expand Down

0 comments on commit f347fa5

Please sign in to comment.