summaryrefslogtreecommitdiff
path: root/devel-docs
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-02-08 16:07:09 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-02-08 16:07:09 -0600
commit23e68891c76ff1a392e1bdff2383b0d7373d4a5c (patch)
tree413981e23eba65350e31c1585d5de4ad1e64bd93 /devel-docs
parentf69436beae86c4f37f686dcdd48af70ad693ac12 (diff)
downloadlibrsvg-23e68891c76ff1a392e1bdff2383b0d7373d4a5c.tar.gz
releasing.rst: Fix the name of the MSRV variable from configure.ac
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/792>
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``.