]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Add comment about the Rust library version being automatically updated
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 22 Sep 2025 15:01:28 +0000 (17:01 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Sep 2025 09:28:43 +0000 (11:28 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
pdns/dnsdistdist/dnsdist-rust-lib/rust/Cargo.toml

index d0fa5e0880e2cf46bddb6ccd29186a238ca8f839..f491e9a0a59febe2c18ff86f1c6c1c8968f9b582 100644 (file)
@@ -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"