From 082b9ba4241837afe4e12725e99758add94b50ba Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Thu, 26 Dec 2024 17:56:05 +0100 Subject: [PATCH] chore: update to nightly-testing-2024-12-26 --- lake-manifest.json | 6 +++--- lakefile.toml | 2 +- lean-toolchain | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 6a2b06f3d..e81c4e02b 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -25,10 +25,10 @@ "type": "git", "subDir": null, "scope": "", - "rev": "8157db740f7cbf298fb4839f6b1b81b03f76d44e", + "rev": "d97af69f33c3a73efddc6db118bf4ffdb0ff78cd", "name": "mathlib", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing-2024-12-25", + "inputRev": "nightly-testing-2024-12-26", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/plausible", @@ -95,7 +95,7 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "7f9e7a655e6602b674657a3be7eabcf84c905446", + "rev": "181555dcc86ea0d9147988f6fec8c18061300868", "name": "batteries", "manifestFile": "lake-manifest.json", "inputRev": "nightly-testing", diff --git a/lakefile.toml b/lakefile.toml index 6b61ec9ce..748f0b418 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -4,7 +4,7 @@ defaultTargets = ["SSA"] [[require]] name = "mathlib" git = "https://github.com/leanprover-community/mathlib4" -rev = "nightly-testing-2024-12-25" +rev = "nightly-testing-2024-12-26" [[require]] name = "Cli" diff --git a/lean-toolchain b/lean-toolchain index 62b3dc2fb..d8b844b91 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-12-25 +leanprover/lean4:nightly-2024-12-26