From d4cc015e47d93ebcc432df96c160808a67e40315 Mon Sep 17 00:00:00 2001 From: Arvid Lunnemark Date: Mon, 27 Jun 2022 16:12:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20"=20Implement=20friend=20acking?= =?UTF-8?q?=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * update message.proto with control message * handle control message properly * check for ack of control message" Update anysphere/asphr commit SHA 🔗 https://github.com/anysphere/asphr/commit/5cdc265e51a4bc6987bac893c672ae93a12159e2 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 32336381..1e266232 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -7,7 +7,7 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "asphr", - commit = "fd692ae8914992f6c7267e038a771bfed337dd70", # autoupdate anysphere/asphr + commit = "5cdc265e51a4bc6987bac893c672ae93a12159e2", # autoupdate anysphere/asphr init_submodules = True, remote = "https://github.com/anysphere/asphr.git", )