diff options
author | Federico Mena Quintero <federico@gnome.org> | 2023-02-08 15:50:29 -0600 |
---|---|---|
committer | Federico Mena Quintero <federico@gnome.org> | 2023-02-08 15:58:39 -0600 |
commit | f8f520f9965d43a8e3564d034701ae606f32fc32 (patch) | |
tree | d193493a0c9b89498560373d2f0506d5b1a9ee8c /devel-docs/releasing.rst | |
parent | 5f41c8d263596cd308ff665403c76bb1524db834 (diff) | |
download | librsvg-f8f520f9965d43a8e3564d034701ae606f32fc32.tar.gz |
Bump the MSRV to 1.64.0
The new glib-macros requires it.
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/792>
Diffstat (limited to 'devel-docs/releasing.rst')
-rw-r--r-- | devel-docs/releasing.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel-docs/releasing.rst b/devel-docs/releasing.rst index d168a7c0..68cb2b7b 100644 --- a/devel-docs/releasing.rst +++ b/devel-docs/releasing.rst @@ -100,12 +100,16 @@ 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 both of these when increasing the MSRV: +Please update all of these when increasing the MSRV: - The ``MININUM_RUST_MAJOR`` and ``MINIMUM_RUST_MINOR`` values in ``configure.ac``. - The ``rust-version`` value in ``Cargo.toml``. +- ``RUST_MINIMUM`` in ``ci/container_builds.yml``. + +- The ``_manual_setup`` section in ``devel-docs/devel_environment.rst``. + Sometimes librsvg’s dependencies update their MSRV and librsvg may need to increase it as well. Please consider the following before doing this: |