Skip to content

Commit

Permalink
chore: bump leantar version (#6430)
Browse files Browse the repository at this point in the history
This fixes the issue that leantar-0.1.4.exe was not actually statically linked on windows, reported by @MohanadAhmed . Could someone using MacOS aarch64 check that this still works? All other OSs should be unaffected.
  • Loading branch information
digama0 committed Aug 8, 2023
1 parent cd300a5 commit 6e03f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cache/IO.lean
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def CURLBIN :=

/-- leantar version at https://github.com/digama0/leangz -/
def LEANTARVERSION :=
"0.1.4"
"0.1.5"

def EXE := if System.Platform.isWindows then ".exe" else ""

Expand Down

0 comments on commit 6e03f37

Please sign in to comment.