summaryrefslogtreecommitdiff
path: root/devel-docs
diff options
context:
space:
mode:
Diffstat (limited to 'devel-docs')
-rw-r--r--devel-docs/releasing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel-docs/releasing.rst b/devel-docs/releasing.rst
index 68cb2b7b..3eb45cd8 100644
--- a/devel-docs/releasing.rst
+++ b/devel-docs/releasing.rst
@@ -100,11 +100,11 @@ Rust that is too old — instead of getting an obscure error message from
``rustc`` in the middle of the build when it finds an unsupported
language construct.
-Please update all of these when increasing the MSRV:
+Please update all of these values when increasing the MSRV:
-- The ``MININUM_RUST_MAJOR`` and ``MINIMUM_RUST_MINOR`` values in ``configure.ac``.
+- ``MININUM_RUST_VER`` in ``configure.ac``.
-- The ``rust-version`` value in ``Cargo.toml``.
+- ``rust-version`` in ``Cargo.toml``.
- ``RUST_MINIMUM`` in ``ci/container_builds.yml``.