From ba324c899a2fa018b02eac10ddacad955a48320c Mon Sep 17 00:00:00 2001 From: Arvid Lunnemark Date: Wed, 29 Jun 2022 17:45:27 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20"Friends=20implementation=20(#23?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * change to system message * it builds * initial tests passing!!!" Update anysphere/asphr commit SHA 🔗 https://github.com/anysphere/asphr/commit/f5f22e7913a3d27d1fdb40166725e5e018b15119 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index 5cd3686f..a3627a48 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 = "7cf56b781c72c6d3c5570031460db4209353cbab", # autoupdate anysphere/asphr + commit = "f5f22e7913a3d27d1fdb40166725e5e018b15119", # autoupdate anysphere/asphr init_submodules = True, remote = "https://github.com/anysphere/asphr.git", )