From 844f944ce47d3d2eeef84944d2c73e0681df0e49 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 17 Feb 2025 23:41:53 +0100 Subject: Upgrade asl --- MODULE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MODULE.bazel') diff --git a/MODULE.bazel b/MODULE.bazel index fe49455..d66d815 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -15,7 +15,7 @@ bazel_dep(name = "sdl3_windows", version = "3.2.0") bazel_dep(name = "asl") git_override( module_name = "asl", - commit = "3d5a45b283d2a59211f9e24f100b95169375213d", + commit = "a141c401f78467bc15f62882fca5d55a007cacbb", remote = "https://git.stevenlr.com/460nm/asl.git/", ) -- cgit