Skip to content

Commit ccbbb36

Browse files
committed
Update capnproto dependency to pick up coroutine reusability refactor
1 parent baf7c0b commit ccbbb36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ bazel_skylib_workspace()
2424

2525
http_archive(
2626
name = "capnp-cpp",
27-
sha256 = "610154de03297c1dabf9b2a096ad2272015cfb410b5b31294179dbca3dd2f515",
28-
strip_prefix = "capnproto-capnproto-60a81f3/c++",
27+
sha256 = "56177a2b3e03a1ee3518a0663a537d0eeb601fd23e4c4926a0b7ae65aab6e194",
28+
strip_prefix = "capnproto-capnproto-78e751a/c++",
2929
type = "tgz",
30-
urls = ["https://github.com/capnproto/capnproto/tarball/60a81f38bff869109bc58516c42ecd814a21a8eb"],
30+
urls = ["https://github.com/capnproto/capnproto/tarball/78e751abceb4d376da5a200e986011f881f965a4"],
3131
)
3232

3333
http_archive(

0 commit comments

Comments
 (0)