Skip to content

Commit 10bec32

Browse files
committed
doc(FAQ): add example for MSRV
1 parent c253e65 commit 10bec32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

FAQ.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ For each database and where applicable, we test against the latest and oldest ve
2323
SQLx's MSRV is the second-to-latest stable release as of the beginning of the current release cycle (`0.x.0`).
2424
It will remain there until the next major release (`0.{x + 1}.0`).
2525

26+
For example, as of the `0.8.0` release of SQLx, the latest stable Rust version was `1.79.0`, so the MSRV for the
27+
`0.8.x` release cycle of SQLx is `1.78.0`.
28+
2629
This guarantees that SQLx will compile with a Rust version that is _at least_ six weeks old, which should be plenty
2730
of time for it to make it through any packaging system that is being actively kept up to date.
2831

0 commit comments

Comments
 (0)