From 53689303086bf01ac1c53674e8eefb5e35646439 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Sun, 21 Jul 2024 12:55:50 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/4789 --- 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 2101a8aa1fee7..1453ac2125f8a 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -8,7 +8,7 @@ "rev": "c4bfc926bcaf9209523078d21ad2ef6ab146279b", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "nightly-testing-2024-07-20", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 22cf3dc4324b8..1ce912a373121 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-20" 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 48954e35d38c2..54a5d73094850 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-07-20 +leanprover/lean4-pr-releases:pr-release-4789