From af59ca575e555c033b5b31d173d8205966a696ec Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Thu, 11 Jul 2024 12:22:46 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/4727 --- 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 97de594504a89..20655be60d402 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "905081cf56230efae4bc7ed10f1add9a76661a34", + "rev": "8a09d5093af15b69775e17993d00406d0416243f", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "nightly-testing-2024-07-09", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 6c2bb2bebdef7..83f245fea308e 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-09" 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 b2ff4e8ac0698..34294b45414c2 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-07-09 +leanprover/lean4-pr-releases:pr-release-4727