From 539545228c4d78cc3fdbf369c3934ad27fd17b32 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 1 Sep 2024 00:03:28 +0200 Subject: Move BinaryHeap to its own Github project. --- lakefile.lean | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lakefile.lean') diff --git a/lakefile.lean b/lakefile.lean index 3d6157a..212cf0e 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -23,3 +23,6 @@ lean_exe «aoc-2023» where -- `runFrontend`) at the expense of increased binary size on Linux. -- Remove this line if you do not need such functionality. supportInterpreter := true + +require BinaryHeap from git + "https://github.com/soulsource/BinaryHeap"@"v0.1.0" -- cgit v1.2.3