Skip to content

Commit c29c310

Browse files
committed
Update ccv with some minor speed improvements.
1 parent cd5e822 commit c29c310

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let package = Package(
2222
],
2323
dependencies: [
2424
.package(
25-
url: "https://github.com/liuliu/ccv.git", revision: "2a670d8814bd8f8990f8b32879d08f4f424211ff"
25+
url: "https://github.com/liuliu/ccv.git", revision: "99844e6fdd9229fb1f97f868694cc279aecfa990"
2626
),
2727
.package(
2828
url: "https://github.com/weiyanlin117/swift-fpzip-support.git",

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 = "2a670d8814bd8f8990f8b32879d08f4f424211ff",
8+
commit = "99844e6fdd9229fb1f97f868694cc279aecfa990",
99
remote = "https://github.com/liuliu/ccv.git",
10-
shallow_since = "1770758268 -0500",
10+
shallow_since = "1772042998 -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 = "2a670d8814bd8f8990f8b32879d08f4f424211ff",
21-
shallow_since = "1770758268 -0500",
20+
commit = "99844e6fdd9229fb1f97f868694cc279aecfa990",
21+
shallow_since = "1772042998 -0500",
2222
)
2323

2424
_maybe(

0 commit comments

Comments
 (0)