Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-48304 Add note about MSRV compatibility #172

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion source/compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ The first column lists the driver version.
Language Compatibility
----------------------

The following table lists the Minimum Supported Rust Version for each
The following table lists the Minimum Supported Rust Version (MSRV) for each
version of the {+driver-short+}. The first column lists the driver
version.

.. include:: /includes/language-compatibility-table-rust.rst

.. note::

The {+driver-short+} increases the MSRV only in major and minor releases,
using a Rust version that is at least six months old.

For more information on how to read the compatibility tables, see the guide on
:ref:`MongoDB Compatibility Tables <about-driver-compatibility>`.