patch 8.2.2502: a few github actions are failing

Problem:    A few github actions are failing.
Solution:   Install setuptools-rust. (closes #7823)
diff --git a/src/version.c b/src/version.c
index 1037c18..ac9087a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2502,
+/**/
     2501,
 /**/
     2500,