This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new 399961dd chore: bump PEGTL to v3.2.8 (#2537)
399961dd is described below
commit 399961dd847faf0512b5cddb24bdce2977b07796
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Sun Sep 15 16:47:52 2024 +0300
chore: bump PEGTL to v3.2.8 (#2537)
Co-authored-by: Twice <[email protected]>
---
cmake/pegtl.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/pegtl.cmake b/cmake/pegtl.cmake
index d1638f36..6e4b581f 100644
--- a/cmake/pegtl.cmake
+++ b/cmake/pegtl.cmake
@@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubTarWithMirror(pegtl
- taocpp/PEGTL 3.2.7
- MD5=31b14660c883bc0489ddcdfbd29199c9
+ taocpp/PEGTL 3.2.8
+ MD5=50339029d1bb037909b28c382214033e
)
FetchContent_MakeAvailableWithArgs(pegtl)