Skip to content

Commit ab056da

Browse files
Update lean-toolchain for testing leanprover/lean4#4132
1 parent ad86707 commit ab056da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lakefile.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package mathlib where
2121
meta if get_config? doc = some "on" then -- do not download and build doc-gen4 by default
2222
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"
2323

24-
require batteries from git "https://github.com/leanprover-community/batteries" @ "nightly-testing"
24+
require batteries from git "https://github.com/leanprover-community/batteries" @ "nightly-testing-2024-05-09"
2525
require Qq from git "https://github.com/leanprover-community/quote4" @ "nightly-testing"
2626
require aesop from git "https://github.com/leanprover-community/aesop" @ "nightly-testing"
2727
require proofwidgets from git "https://github.com/leanprover-community/ProofWidgets4" @ "v0.0.36"

lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2024-05-09
1+
leanprover/lean4-pr-releases:pr-release-4132

0 commit comments

Comments
 (0)