diff options
| author | Andreas Grois <andi@grois.info> | 2025-11-02 17:52:59 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-11-02 17:52:59 +0100 |
| commit | 4fbeb023e0b2c58895e8df8d169035e274159537 (patch) | |
| tree | 8a0a5898f9d4ab2be3979b3f70b28f0e4355b39e /lakefile.lean | |
| parent | 4379a1b052a7b7843613d5a3217b4bdbe37341fd (diff) | |
Lean 4.21
Diffstat (limited to 'lakefile.lean')
| -rw-r--r-- | lakefile.lean | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lakefile.lean b/lakefile.lean index 15276ee..e89dba4 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -32,7 +32,7 @@ lean_exe «aoc-2023» where supportInterpreter := true require BinaryHeap from git - "http://git.grois.info/BinaryHeap"@"79f6af06385585087f08a7d77eb43d8674c16948" + "http://git.grois.info/BinaryHeap"@"ff5c64836ede27d87dbc56b3869021ad8b0d255b" require «lean-astar» from git - "http://git.grois.info/lean-astar"@"eebf50562af5de9779aa11ab2671bc1c917e6000" + "http://git.grois.info/lean-astar"@"2539ac49ab6af74b31d91e03d7dbfceedc9c1f02" |
