From 2bddc7cf8dabb8c602102c3a2d03208bcd55ef24 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Wed, 17 Jul 2024 03:19:02 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/4770 --- 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 0c0e6977d2a79..ff7a1fd296517 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -8,7 +8,7 @@ "rev": "db125c954a3469b04e0e789a168e13324e57e57e", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "nightly-testing-2024-07-07", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index eef2c634a232b..4cf40dd9c6c8e 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-07" 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 b354fd7a27992..bc7913d34eef2 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-07-07 +leanprover/lean4-pr-releases:pr-release-4770