From 20524b69c210d6276a15b04f9c0d2e029dd3defa Mon Sep 17 00:00:00 2001 From: Liu Liu Date: Mon, 1 Jan 2024 17:29:15 -0500 Subject: [PATCH] Update dependency with various fixes on grouped query & cmul on Metal. --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 72b8324ff3a..5d2b36b1dc4 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") git_repository( name = "ccv", - commit = "7f8e9e8fa91d0a65e6a3b47a925eb2379ca0f9f8", + commit = "e6dd1ef0d3ebfade9e9f898fb16ff00a03ba1b21", remote = "https://github.com/liuliu/ccv.git", - shallow_since = "1703280796 -0500", + shallow_since = "1704147469 -0500", ) load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting")