Skip to content

Commit afa32bb

Browse files
Update lean-toolchain for testing leanprover/lean4#3958
1 parent d6ce6c9 commit afa32bb

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
@@ -26,7 +26,7 @@ package mathlib where
2626
meta if get_config? doc = some "on" then -- do not download and build doc-gen4 by default
2727
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"
2828

29-
require std from git "https://github.com/leanprover/std4" @ "nightly-testing"
29+
require std from git "https://github.com/leanprover/std4" @ "nightly-testing-2024-04-20"
3030
require Qq from git "https://github.com/leanprover-community/quote4" @ "master"
3131
require aesop from git "https://github.com/leanprover-community/aesop" @ "nightly-testing"
3232
require proofwidgets from git "https://github.com/leanprover-community/ProofWidgets4" @ "v0.0.31"

lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2024-04-20
1+
leanprover/lean4-pr-releases:pr-release-3958

0 commit comments

Comments
 (0)