This is an automated email from the ASF dual-hosted git repository.

hulk 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 a8d132f4 Bump span-lite to 0.11.0 (#2092)
a8d132f4 is described below

commit a8d132f480d3807c25e2e76876699d6185f90eb5
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Thu Feb 8 04:56:38 2024 +0200

    Bump span-lite to 0.11.0 (#2092)
---
 cmake/span.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/span.cmake b/cmake/span.cmake
index 138af0b1..0fe733dc 100644
--- a/cmake/span.cmake
+++ b/cmake/span.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(span
-  martinmoene/span-lite v0.10.3
-  MD5=ee5c6721d4f4f56a6e6f250c68ad4132
+  martinmoene/span-lite v0.11.0
+  MD5=9786933d03cda33ac7dccbfe85f771dd
 )
 
 FetchContent_MakeAvailableWithArgs(span)

Reply via email to