Skip to content

Commit

Permalink
Update to ccv which limits splitkv usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Jan 16, 2025
1 parent f697b64 commit 5494c3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

git_repository(
name = "ccv",
commit = "85efcf823fdb459559f21726703b863da2b378f2",
commit = "3fec0eda1007fbf7a2cb29e63a74738b9fc6f128",
remote = "https://github.com/liuliu/ccv.git",
shallow_since = "1734736538 -0500",
shallow_since = "1737056225 -0500",
)

load("@ccv//config:ccv.bzl", "ccv_deps", "ccv_setting")
Expand Down
4 changes: 2 additions & 2 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def s4nnc_deps():
git_repository,
name = "ccv",
remote = "https://github.com/liuliu/ccv.git",
commit = "85efcf823fdb459559f21726703b863da2b378f2",
shallow_since = "1734736538 -0500",
commit = "3fec0eda1007fbf7a2cb29e63a74738b9fc6f128",
shallow_since = "1737056225 -0500",
)

_maybe(
Expand Down

0 comments on commit 5494c3e

Please sign in to comment.