diff options
| author | Andreas Grois <andi@grois.info> | 2024-09-16 17:15:05 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-09-16 17:15:05 +0200 |
| commit | 5be91b845f4cdb5b6df0a31ed525f746a6038a2c (patch) | |
| tree | 5a74d797e639ef9841e1e3e41d3c9c17b78dc397 /lakefile.lean | |
| parent | 17721b8aa7a5b78a80b6d622f90e3c1827bd4676 (diff) | |
Day 10, Part 2
Diffstat (limited to 'lakefile.lean')
| -rw-r--r-- | lakefile.lean | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lakefile.lean b/lakefile.lean index e659681..53cb5d0 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -25,4 +25,4 @@ lean_exe «aoc-2023» where supportInterpreter := true require BinaryHeap from git - "https://github.com/soulsource/BinaryHeap"@"v0.1.1" + "https://github.com/soulsource/BinaryHeap"@"d7d0a85516df8eb1040203b8a3ed6fc9d93286fb" |
