From c87ab8015446b5cf85b18134985727c0baf2ad6e Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Fri, 8 Dec 2023 08:27:07 -0500 Subject: [PATCH] update mathlib --- lake-manifest.json | 4 ++-- lakefile.lean | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index a150ff17..b30563b7 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -49,10 +49,10 @@ {"url": "https://github.com/leanprover-community/mathlib4", "type": "git", "subDir": null, - "rev": "2016a40c6a4d8e4849fffcbd5112fe1a07238d8b", + "rev": "62d6feffc19793121b8a8cf373cd86be552e941e", "name": "mathlib", "manifestFile": "lake-manifest.json", - "inputRev": "2016a40c6a4d8e4849fffcbd5112fe1a07238d8b", + "inputRev": "62d6feffc19793121b8a8cf373cd86be552e941e", "inherited": false, "configFile": "lakefile.lean"}], "name": "compfiles", diff --git a/lakefile.lean b/lakefile.lean index db12a993..fba1097c 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -25,4 +25,4 @@ lean_exe checkSolution where root := `scripts.checkSolution supportInterpreter := true -require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "2016a40c6a4d8e4849fffcbd5112fe1a07238d8b" +require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "62d6feffc19793121b8a8cf373cd86be552e941e"