Skip to content

Commit 9874e8e

Browse files
committed
Bump to latest stable Lean version (4.24.0)
1 parent a26e113 commit 9874e8e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lakefile.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ extern_lib libleanffi pkg := do
422422
buildStaticLib (pkg.sharedLibDir / name) #[ct2O]
423423

424424

425-
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "main"
426-
require aesop from git "https://github.com/leanprover-community/aesop" @ "master"
425+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "8da40b72fece29b7d3fe3d768bac4c8910ce9bee"
426+
require aesop from git "https://github.com/leanprover-community/aesop" @ "725ac8cd67acd70a7beaf47c3725e23484c1ef50"
427427

428428
meta if get_config? env = some "dev" then -- dev is so not everyone has to build it
429429
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.23.0
1+
leanprover/lean4:v4.24.0

0 commit comments

Comments
 (0)