Skip to content

Commit 0cf71ce

Browse files
committed
Fix msrv-url; more PR feedback
1 parent a28a7cf commit 0cf71ce

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci_rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
9292
cd ${{env.ROOT_PATH}}
9393
./generate.sh
94-
ldd standard/target/debug/integration | grep libs2n.so
94+
ldd ${{env.STANDARD_PATH}}/target/debug/integration | grep libs2n.so
9595
9696
# our benchmark testing includes interop tests between s2n-tls, rustls, and
9797
# openssl

bindings/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ There are two rust bindings workspaces that have different MSRV policies. Crates
2929

3030
### Extended
3131

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/).
3333

3434
### Standard
3535

3636
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.
3737

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/)
3939

4040
### Rust Examples
4141

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/).
4343

4444

4545

bindings/rust/standard/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
target/
2+
Cargo.lock

0 commit comments

Comments
 (0)