From 5dc74b7d7193f47d36bb5077c23b2fe1d81f9765 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Sun, 27 Oct 2024 02:48:05 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/5857 --- 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 9de0f312c36c7..ced2be4544985 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "817e5d315461a082b536a35dd80a4fd5ca6aa7b8", + "rev": "dcc3b8aa22d483673e7a413a71a4da04576c7d07", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "lean-pr-testing-5857", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 12d20e3250c4e..6544c914b4c7c 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -7,7 +7,7 @@ open Lake DSL ## Mathlib dependencies on upstream projects -/ -require "leanprover-community" / "batteries" @ git "nightly-testing" +require "leanprover-community" / "batteries" @ git "lean-pr-testing-5857" require "leanprover-community" / "Qq" @ git "nightly-testing" require "leanprover-community" / "aesop" @ git "nightly-testing" require "leanprover-community" / "proofwidgets" @ git "v0.0.44-pre3" diff --git a/lean-toolchain b/lean-toolchain index 33330ffb3ac27..e3ee1f9f7b086 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-10-25 +leanprover/lean4-pr-releases:pr-release-5857