From f2e6a3fe77c4cce806c9b78b853554c9230c5d49 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sun, 2 Mar 2025 00:33:49 +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 825d5f9..bcf9269 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -19,7 +19,7 @@ bazel_dep(name = "sdl3_windows", version = "3.2.0") bazel_dep(name = "asl") git_override( module_name = "asl", - commit = "a141c401f78467bc15f62882fca5d55a007cacbb", + commit = "62cc4b468b4e8653d8ef523fc4081572c6c1c7d8", remote = "https://git.stevenlr.com/460nm/asl.git/", ) -- cgit