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 62dabea4a chore: update hat-trie to v0.7.1 (#3260)
62dabea4a is described below
commit 62dabea4a8ab1502c4c340053f18f7972b3703df
Author: Twice <[email protected]>
AuthorDate: Sun Nov 16 12:54:57 2025 +0800
chore: update hat-trie to v0.7.1 (#3260)
Refer to https://github.com/Tessil/hat-trie/commits/v0.7.1.
---
cmake/trie.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/trie.cmake b/cmake/trie.cmake
index 30d63429c..1717ea52e 100644
--- a/cmake/trie.cmake
+++ b/cmake/trie.cmake
@@ -20,8 +20,8 @@ include_guard()
include(cmake/utils.cmake)
FetchContent_DeclareGitHubWithMirror(trie
- Tessil/hat-trie 906e6abd1e7063f1dacd3a6b270aa654b525eb0a
- MD5=a930364e9f6b60371319664bddf78000
+ Tessil/hat-trie v0.7.1
+ MD5=0536f8c1970788863093504441089e6e
)
FetchContent_MakeAvailableWithArgs(trie)