From 48025f4f98c65d6063687ade277e60417306f1b3 Mon Sep 17 00:00:00 2001 From: David Renshaw Date: Thu, 7 Dec 2023 07:47:27 -0500 Subject: [PATCH] update mathlib --- lake-manifest.json | 6 +++--- lakefile.lean | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index be14d24b..a150ff17 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -4,7 +4,7 @@ [{"url": "https://github.com/leanprover/std4", "type": "git", "subDir": null, - "rev": "9e37a01f8590f81ace095b56710db694b5bf8ca0", + "rev": "baf6defee1fe881ae535519c0776f37f6ef08603", "name": "std", "manifestFile": "lake-manifest.json", "inputRev": "main", @@ -49,10 +49,10 @@ {"url": "https://github.com/leanprover-community/mathlib4", "type": "git", "subDir": null, - "rev": "0ea58036aece17eb6effa0a1f67ac0ec2c6352b9", + "rev": "2016a40c6a4d8e4849fffcbd5112fe1a07238d8b", "name": "mathlib", "manifestFile": "lake-manifest.json", - "inputRev": "0ea58036aece17eb6effa0a1f67ac0ec2c6352b9", + "inputRev": "2016a40c6a4d8e4849fffcbd5112fe1a07238d8b", "inherited": false, "configFile": "lakefile.lean"}], "name": "compfiles", diff --git a/lakefile.lean b/lakefile.lean index d5d8904f..db12a993 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" @ "0ea58036aece17eb6effa0a1f67ac0ec2c6352b9" +require mathlib from git "https://github.com/leanprover-community/mathlib4" @ "2016a40c6a4d8e4849fffcbd5112fe1a07238d8b"