]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: As suggested by Otto, we need `rustc` and `cargo`, not just Rust
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 20 Jun 2025 14:51:16 +0000 (16:51 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 20 Jun 2025 14:51:16 +0000 (16:51 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/docs/install.rst
pdns/dnsdistdist/docs/upgrade_guide.rst

index 6d34d4c17aa8331addc4d483ff1eae8909e981d9..78892c848e4d8d52b3b5d48c5984159b0376866d 100644 (file)
@@ -62,7 +62,7 @@ dnsdist depends on the following libraries:
 * `re2 <https://github.com/google/re2>`_ (optional)
 * `TinyCDB <https://www.corpit.ru/mjt/tinycdb.html>`_ (optional, CDB support)
 
-Since 2.0.0, the optional ``yaml`` configuration requires a Rust compiler.
+Since 2.0.0, the optional ``yaml`` configuration requires a Rust development environment, including ``rustc`` and ``cargo``.
 
 Should :program:`dnsdist` be run on a system with systemd, it is highly recommended to have
 the systemd header files (``libsystemd-dev`` on Debian and ``systemd-devel`` on CentOS)
index 10fb47def69136ca1b4afe95067d60bf2202744b..9e4ef0a80836828b2f2b8c4c474abd402959d97b 100644 (file)
@@ -5,7 +5,7 @@ Upgrade Guide
 --------------
 
 Since 2.0.0, a Python 3 interpreter with the ``YAML`` module is required to build :program:`dnsdist`.
-:program:`dnsdist` 2.0.0 also supports a new, optional ``yaml`` :doc:`configuration format <reference/yaml-settings>`. To build with this feature enabled, a Rust compiler is needed.
+:program:`dnsdist` 2.0.0 also supports a new, optional ``yaml`` :doc:`configuration format <reference/yaml-settings>`. To build with this feature enabled, a Rust development environment, including ``rustc`` and ``cargo`` is needed.
 
 :func:`showTLSContexts` has been renamed to :func:`showTLSFrontends`.
 :func:`getTLSContext` and the associated :class:`TLSContext` have been removed, please use :func:`getTLSFrontend` and the associated :class:`TLSFrontend` instead.