]> 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>
Mon, 20 Oct 2025 09:28:27 +0000 (11:28 +0200)
Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
(cherry picked from commit 97124012429f6d088575b350e7cf134c24538f3c)

pdns/dnsdistdist/dnsdist-rust-lib/rust/Cargo.toml

index 26e81bad745256305b946361f696969d47f24601..a7da68d49d13dff0cf81253469a5c1d4e60a0a8b 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.0.0"
-edition = "2021"
 
 [lib]
 name = "dnsdist_rust"