From 9bbb7ff2c5ae8c437f6fd9891c7e8b10d2841702 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Tue, 22 Oct 2024 01:52:09 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/5800 --- 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 c59373eb0a758..f47c81f79fcd9 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "621aa4e1a97e54b539b1e010ba419b06c68eba4d", + "rev": "3c115ccb1d09304337406f6a549e04bac471e91c", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "lean-pr-testing-5800", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/quote4", diff --git a/lakefile.lean b/lakefile.lean index e5ab0c076f840..8151a85266c8c 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-5800" 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 d23c6744c0da1..3e69da875f896 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-10-21 +leanprover/lean4-pr-releases:pr-release-5800