From: Remi Gacogne Date: Mon, 22 Sep 2025 15:01:28 +0000 (+0200) Subject: dnsdist: Add comment about the Rust library version being automatically updated X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97124012429f6d088575b350e7cf134c24538f3c;p=thirdparty%2Fpdns.git dnsdist: Add comment about the Rust library version being automatically updated Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/dnsdist-rust-lib/rust/Cargo.toml b/pdns/dnsdistdist/dnsdist-rust-lib/rust/Cargo.toml index d0fa5e088..f491e9a0a 100644 --- a/pdns/dnsdistdist/dnsdist-rust-lib/rust/Cargo.toml +++ b/pdns/dnsdistdist/dnsdist-rust-lib/rust/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "dnsdist-rust" +edition = "2021" # Convention: major/minor is equal to DNSdist's major/minor +# Note that this line will be automatically updated to the value +# BUILDER_VERSION when a release tarball is built +# See builder-support/helpers/update-rust-library-version.py +# called from meson-dist-script.sh version = "2.1.0" -edition = "2021" [lib] name = "dnsdist_rust"