From df75ec7546e9b024b54310bab7104ed3c3c3faca Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Mon, 20 May 2024 20:33:40 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/4233 --- lakefile.lean | 2 +- lean-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lakefile.lean b/lakefile.lean index 6262b1c6d48e9..f72c27e88a206 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -21,7 +21,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 batteries from git "https://github.com/leanprover-community/batteries" @ "nightly-testing" +require batteries from git "https://github.com/leanprover-community/batteries" @ "nightly-testing-2024-05-20" require Qq from git "https://github.com/leanprover-community/quote4" @ "nightly-testing" require aesop from git "https://github.com/leanprover-community/aesop" @ "nightly-testing" require proofwidgets from git "https://github.com/leanprover-community/ProofWidgets4" @ "v0.0.36" diff --git a/lean-toolchain b/lean-toolchain index d66ac9101b009..76dd1a0e203ea 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-05-20 +leanprover/lean4-pr-releases:pr-release-4233