From 117838b0f60e461cde41b83512bf0023d715b749 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Wed, 17 Apr 2024 14:51:18 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/3932 --- lakefile.lean | 2 +- lean-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lakefile.lean b/lakefile.lean index ad5011c0529e7..fdde6c07c9bb9 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -26,7 +26,7 @@ package mathlib where meta if get_config? doc = some "on" then -- do not download and build doc-gen4 by default require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main" -require std from git "https://github.com/leanprover/std4" @ "nightly-testing" +require std from git "https://github.com/leanprover/std4" @ "nightly-testing-2024-04-17" require Qq from git "https://github.com/leanprover-community/quote4" @ "master" require aesop from git "https://github.com/leanprover-community/aesop" @ "nightly-testing" require proofwidgets from git "https://github.com/leanprover-community/ProofWidgets4" @ "v0.0.31" diff --git a/lean-toolchain b/lean-toolchain index 2d7b40ae0530f..da2d8455b2f58 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-04-17 +leanprover/lean4-pr-releases:pr-release-3932