diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-04 00:06:21 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-03-04 00:07:36 +0100 |
commit | e5488ec6f523decee12923f3a48000102b6ed489 (patch) | |
tree | 871cdd6ffc37ae220a4d468744bc2ed9e28a771b /MODULE.bazel | |
parent | c6a11711c4dcf3fedc658a895c7f1c6722ef08b6 (diff) |
Upgrade asl to 0.1.0
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 59252ff..e403421 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -20,7 +20,6 @@ bazel_dep(name = "sdl3_windows", version = "3.2.6") bazel_dep(name = "asl")
git_override(
module_name = "asl",
- commit = "8604c98df53486208cdc15424aae9d9b2fef2d8e",
+ commit = "54affafd86e2b7f387345c08e8c7285c775d75e5",
remote = "https://git.stevenlr.com/460nm/asl.git/",
)
-
|