Skip to content

Commit

Permalink
Update deps to avoid mach_absolute_time.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliu committed Mar 14, 2024
1 parent 437a9b5 commit aac81fb
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 = "e4f7e0b70f40cb35d112c4282f31af7372a9cbcc",
commit = "99bb340839cfb2cdb50ea46fb1860f6658190c77",
remote = "https://github.com/liuliu/ccv.git",
shallow_since = "1710295489 -0400",
shallow_since = "1710391577 -0400",
)

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 = "e4f7e0b70f40cb35d112c4282f31af7372a9cbcc",
shallow_since = "1710295489 -0400",
commit = "99bb340839cfb2cdb50ea46fb1860f6658190c77",
shallow_since = "1710391577 -0400",
)

_maybe(
Expand Down

0 comments on commit aac81fb

Please sign in to comment.