From 5a6f0000bfcf179d217f1902eda3b85897309797 Mon Sep 17 00:00:00 2001 From: Kim Morrison Date: Tue, 7 Jan 2025 01:27:52 +1100 Subject: [PATCH] chore: bump toolchain/Mathlib to v4.15.0 (#305) * bump toolchain/Mathlib to v4.15.0 * doc-gen4 --- lake-manifest.json | 36 ++++++++++++++++++------------------ lakefile.lean | 4 ++-- lean-toolchain | 2 +- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 7080c006..13e96041 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "", - "rev": "e498801db5f148f633237b7cf9f4284f0fd197f8", + "rev": "0291556f04e89d46cd2999f0f4c1164c81778207", "name": "«doc-gen4»", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "v4.15.0", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/PatrickMassot/checkdecls.git", @@ -25,10 +25,10 @@ "type": "git", "subDir": null, "scope": "", - "rev": "e4220ebf1cdae020e7e79ba5a35d26e163bac828", + "rev": "9837ca9d65d9de6fad1ef4381750ca688774e608", "name": "mathlib", "manifestFile": "lake-manifest.json", - "inputRev": null, + "inputRev": "v4.15.0", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/mhuisi/lean4-cli", @@ -45,7 +45,7 @@ "type": "git", "subDir": null, "scope": "", - "rev": "d55279d2ff01759fa75752fcf1a93d1db8db18ff", + "rev": "470c41643209208d325a5a7315116f293c7443fb", "name": "UnicodeBasic", "manifestFile": "lake-manifest.json", "inputRev": "main", @@ -55,7 +55,7 @@ "type": "git", "subDir": null, "scope": "", - "rev": "982700bcf78b93166e5b1af0b4b756b8acfdb54b", + "rev": "46376bc3c8f46ac1a1fd7712856b0f7bd6166098", "name": "BibtexQuery", "manifestFile": "lake-manifest.json", "inputRev": "master", @@ -65,7 +65,7 @@ "type": "git", "subDir": null, "scope": "", - "rev": "fe8e6e649ac8251f43c6f6f934f095ebebce7e7c", + "rev": "f8ed91f3a9d806648ae6a03ab98c8b87e8bedc7e", "name": "MD4Lean", "manifestFile": "lake-manifest.json", "inputRev": "main", @@ -75,10 +75,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "8e5cb8d424df462f84997dd68af6f40e347c3e35", + "rev": "2c57364ef83406ea86d0f78ce3e342079a2fece5", "name": "plausible", "manifestFile": "lake-manifest.json", - "inputRev": "v4.15.0-rc1", + "inputRev": "v4.15.0", "inherited": true, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/LeanSearchClient", @@ -95,10 +95,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "ed3b856bd8893ade75cafe13e8544d4c2660f377", + "rev": "9a0b533c2fbd6195df067630be18e11e4349051c", "name": "importGraph", "manifestFile": "lake-manifest.json", - "inputRev": "v4.15.0-rc1", + "inputRev": "v4.15.0", "inherited": true, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/ProofWidgets4", @@ -115,30 +115,30 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "a4a08d92be3de00def5298059bf707c72dfd3c66", + "rev": "2689851f387bb2cef351e6825fe94a56a304ca13", "name": "aesop", "manifestFile": "lake-manifest.json", - "inputRev": "master", + "inputRev": "v4.15.0", "inherited": true, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/quote4", "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "ad942fdf0b15c38bface6acbb01d63855a2519ac", + "rev": "f0c584bcb14c5adfb53079781eeea75b26ebbd32", "name": "Qq", "manifestFile": "lake-manifest.json", - "inputRev": "v4.14.0", + "inputRev": "v4.15.0", "inherited": true, - "configFile": "lakefile.lean"}, + "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover-community/batteries", "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "f007bfe46ea8fb801ec907df9ab540054abcc5fd", + "rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "v4.15.0", "inherited": true, "configFile": "lakefile.toml"}], "name": "FLT", diff --git a/lakefile.lean b/lakefile.lean index 14c264f8..125bcbc6 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -8,14 +8,14 @@ package FLT where ⟨`relaxedAutoImplicit, false⟩ -- switch off relaxed auto-implicit ] -require mathlib from git "https://github.com/leanprover-community/mathlib4.git" +require mathlib from git "https://github.com/leanprover-community/mathlib4.git" @ "v4.15.0" require checkdecls from git "https://github.com/PatrickMassot/checkdecls.git" -- This is run only if we're in `dev` mode. This is so not everyone has to build doc-gen meta if get_config? env = some "dev" then require «doc-gen4» from git - "https://github.com/leanprover/doc-gen4" @ "main" + "https://github.com/leanprover/doc-gen4" @ "v4.15.0" @[default_target] lean_lib FLT where diff --git a/lean-toolchain b/lean-toolchain index cf25a981..d0eb99ff 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.15.0-rc1 +leanprover/lean4:v4.15.0