From fb5c789636e2f871e9639a14ce7fcdf36ba33e1f Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Fri, 19 Jul 2024 16:15:36 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/4792 --- lake-manifest.json | 4 ++-- lakefile.lean | 2 +- lean-toolchain | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index d1cd52757c2e2..4a78d6256fc8c 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "9caec7c0558e26baceed618bc3e65574261fa2cc", + "rev": "60d692bee32b40deb67a99e39f2881026e94352e", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "nightly-testing-2024-07-18", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 6c2bb2bebdef7..dfcfabec72bed 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -18,7 +18,7 @@ package mathlib where ## Mathlib dependencies on upstream projects. -/ -require "leanprover-community" / "batteries" @ "git#nightly-testing" +require "leanprover-community" / "batteries" @ "git#nightly-testing-2024-07-18" require "leanprover-community" / "Qq" @ "git#master" require "leanprover-community" / "aesop" @ "git#master" require "leanprover-community" / "proofwidgets" @ "git#v0.0.39" diff --git a/lean-toolchain b/lean-toolchain index dbcbd6c940131..f88b810b612ee 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-07-18 +leanprover/lean4-pr-releases:pr-release-4792