Skip to content

Commit 9acc996

Browse files
committed
Update the backend.
1 parent 819daa5 commit 9acc996

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55

66
git_repository(
77
name = "ccv",
8-
commit = "e11438f536f4ca4e6790e3a1084ebe96a440a839",
8+
commit = "7d9b9c6d1fcde63bf1f277c6d14812d3fbe95a44",
99
remote = "https://github.com/liuliu/ccv.git",
10-
shallow_since = "1765515904 -0500",
10+
shallow_since = "1765580509 -0500",
1111
)
1212

1313
load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting")

deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ def s4nnc_deps():
1717
git_repository,
1818
name = "ccv",
1919
remote = "https://github.com/liuliu/ccv.git",
20-
commit = "e11438f536f4ca4e6790e3a1084ebe96a440a839",
21-
shallow_since = "1765515904 -0500",
20+
commit = "7d9b9c6d1fcde63bf1f277c6d14812d3fbe95a44",
21+
shallow_since = "1765580509 -0500",
2222
)
2323

2424
_maybe(

0 commit comments

Comments
 (0)