From 45ec62f96274e7cb204b822a4240422d5211c286 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Sat, 26 Oct 2024 23:35:15 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/5856 --- 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..366ff7fc1eb2b 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "817e5d315461a082b536a35dd80a4fd5ca6aa7b8", + "rev": "988d050c7e01a42bfcf3ce8ec23e4e56b2176a23", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "lean-pr-testing-5856", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index 12d20e3250c4e..d90b91a60a193 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-5856" 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..aad081f7ccbd7 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-10-25 +leanprover/lean4-pr-releases:pr-release-5856