summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2023-02-08 17:43:23 -0600
committerFederico Mena Quintero <federico@gnome.org>2023-02-08 17:43:23 -0600
commit4c6e4c83d090a023e02ce2afeea412c0a7850b8f (patch)
tree4dd408463171c18e12f92e53f8da0eb626904c41
parent66b72dac267b9fbd01569abd052126ad9e728707 (diff)
downloadlibrsvg-4c6e4c83d090a023e02ce2afeea412c0a7850b8f.tar.gz
ci.rst: document the new jobs
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/792>
-rw-r--r--devel-docs/ci.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel-docs/ci.rst b/devel-docs/ci.rst
index 31d212e4..776b0b96 100644
--- a/devel-docs/ci.rst
+++ b/devel-docs/ci.rst
@@ -125,6 +125,14 @@ There is a job for ``cargo fmt``. Librsvg uses the default formatting
for Rust code. For portions of code that are more legible if
indented/aligned by hand, please use ``#[rustfmt::skip]``.
+One job runs `cargo deny`, which checks if there are dependencies with
+vulnerabilities.
+
+Another job runs a script to check that the Rust versions mentioned in
+various parts of the source code all match (e.g. `Cargo.toml` and
+`configure.ac` must have check for the same Minimum Supported Rust
+Version (MSRV)).
+
Test coverage report
--------------------