summaryrefslogtreecommitdiff
path: root/lakefile.lean
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2024-09-05 23:40:30 +0200
committerAndreas Grois <andi@grois.info>2024-09-05 23:40:30 +0200
commitdc84ce14889c19f211cd6cd2cc40400328aed934 (patch)
tree50945db592134d9ba65b47e597e4f46c080246dc /lakefile.lean
parentba705f4e0f27b536c0cb3f49c6dcedc58e8a7af2 (diff)
Parser for Day10, maybe done.
Diffstat (limited to 'lakefile.lean')
-rw-r--r--lakefile.lean2
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"