diff options
| author | Andreas Grois <andi@grois.info> | 2025-10-12 23:44:28 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-10-12 23:44:28 +0200 |
| commit | 4379a1b052a7b7843613d5a3217b4bdbe37341fd (patch) | |
| tree | 006f608e2268b60e17adc842c13d228c7fc4c45d /lakefile.lean | |
| parent | 6aaa70943202efaa1e6b4ff8b6b8b6b94a564040 (diff) | |
Lean 4.20.1
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 cd9af36..15276ee 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"@"93c883d5332469d90a4f1c42d45c66e2b6a89eb8" + "http://git.grois.info/BinaryHeap"@"79f6af06385585087f08a7d77eb43d8674c16948" require «lean-astar» from git - "http://git.grois.info/lean-astar"@"973225b1c5ed10f2a99374c91a9d6a957067f654" + "http://git.grois.info/lean-astar"@"eebf50562af5de9779aa11ab2671bc1c917e6000" |
