commit | ca753ec862f8191f1fc5ed161753704a488ed08d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 19:48:51 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 19:48:51 2021 +0100 |
tree | f32923d8aab79511e3d1ce8b3ac4e6499d36fc28 | |
parent | f785aa1354208f6b644e891aa01f8f86d947af7e [diff] [blame] |
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,