From 9502bf0e18575ec1f55f38ab2f3f49049f25ecc6 Mon Sep 17 00:00:00 2001 From: Chris Henson Date: Mon, 26 Jan 2026 17:21:09 -0500 Subject: [PATCH] chore: unpin the Mathlib revision --- lake-manifest.json | 4 ++-- lakefile.toml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 45267c4b..44be680b 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "5352afccd6866369be9de43f5b7ec47203555f44", + "rev": "d2c3d9b0b4b1b2ae1514347b11b2945c4cbb0df5", "name": "mathlib", "manifestFile": "lake-manifest.json", - "inputRev": "v4.28.0-rc1", + "inputRev": "master", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/plausible", diff --git a/lakefile.toml b/lakefile.toml index 0bfbc2e3..81ea3e7d 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -16,7 +16,6 @@ weak.linter.allScriptsDocumented = false [[require]] name = "mathlib" scope = "leanprover-community" -rev = "v4.28.0-rc1" [[lean_lib]] name = "Cslib"