From 2cded9cde50f85c974c6325987fe4c125e80cd51 Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Mon, 2 Dec 2024 14:53:33 +0000 Subject: [PATCH] Update lean-toolchain for testing https://github.com/leanprover/lean4/pull/6287 --- 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 5edf45f8e3379..e92f62fcac58a 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -65,10 +65,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "7805acf1864ba1a2e359f86a8f092ccf1438ad83", + "rev": "92ffee8b7c221be0b500ff3552420ed31326de3f", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "lean-pr-testing-6287", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index 27489fbd32314..a475354badc30 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -7,7 +7,7 @@ open Lake DSL ## Mathlib dependencies on upstream projects -/ -require "leanprover-community" / "batteries" @ git "main" +require "leanprover-community" / "batteries" @ git "lean-pr-testing-6287" require "leanprover-community" / "Qq" @ git "v4.14.0" require "leanprover-community" / "aesop" @ git "v4.15.0-rc1" require "leanprover-community" / "proofwidgets" @ git "v0.0.48" diff --git a/lean-toolchain b/lean-toolchain index 58c3128c9ab13..ca08d5843ab61 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-12-02 +leanprover/lean4-pr-releases:pr-release-6287