diff options
| author | Andreas Grois <andi@grois.info> | 2024-09-05 23:40:30 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-09-05 23:40:30 +0200 |
| commit | dc84ce14889c19f211cd6cd2cc40400328aed934 (patch) | |
| tree | 50945db592134d9ba65b47e597e4f46c080246dc /lakefile.lean | |
| parent | ba705f4e0f27b536c0cb3f49c6dcedc58e8a7af2 (diff) | |
Parser for Day10, maybe done.
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 212cf0e..e659681 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.0" + "https://github.com/soulsource/BinaryHeap"@"v0.1.1" |
