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

tison 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 e0087552 build(deps): Bump oneTBB 2021.10.0 (#1606)
e0087552 is described below

commit e00875520c81c55e47e34b5beca37ef5cae4ef00
Author: Aleks Lozovyuk <[email protected]>
AuthorDate: Tue Jul 25 05:28:00 2023 +0300

    build(deps): Bump oneTBB 2021.10.0 (#1606)
---
 cmake/tbb.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake/tbb.cmake b/cmake/tbb.cmake
index 6d5018d5..286cfa05 100644
--- a/cmake/tbb.cmake
+++ b/cmake/tbb.cmake
@@ -20,8 +20,8 @@ include_guard()
 include(cmake/utils.cmake)
 
 FetchContent_DeclareGitHubWithMirror(tbb
-  oneapi-src/oneTBB v2021.9.0
-  MD5=341fd0408cc0230e8d6121096b1d827a
+  oneapi-src/oneTBB v2021.10.0
+  MD5=ed595f9b088e8ffbd612e183dd6811d3
 )
 
 FetchContent_MakeAvailableWithArgs(tbb

Reply via email to