From 1cc7144bbc40b98fbb007bf1eb5cd2c1a3e866ba Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Wed, 26 Jun 2024 02:05:04 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/4566 --- lake-manifest.json | 2 +- lakefile.lean | 2 +- lean-toolchain | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index ebefae24511b0..6d033315f7a48 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -7,7 +7,7 @@ "rev": "af65a4acf19dc297cc6c0c925d7126b6e6864d3d", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing-2024-06-17", + "inputRev": "nightly-testing-2024-06-24", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index bdcb8a988be35..9a8415de9c60d 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-2024-06-17" +require batteries from git "https://github.com/leanprover-community/batteries" @ "nightly-testing-2024-06-24" 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 e478ca5a00e4a..a3241a1636d02 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-06-24 +leanprover/lean4-pr-releases:pr-release-4566