From 3ef497bc3032cd0b640bde14522c0a80db854fa7 Mon Sep 17 00:00:00 2001 From: psong Date: Thu, 29 Aug 2024 16:36:45 -0700 Subject: [PATCH 1/3] Bump to Lean v4.11.0-rc2 --- lakefile.lean | 6 +++--- lean-toolchain | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lakefile.lean b/lakefile.lean index 5640f31..da0964a 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -303,8 +303,8 @@ extern_lib libleanffi pkg := do buildStaticLib (pkg.nativeLibDir / name) #[ct2O] -require batteries from git "https://github.com/leanprover-community/batteries.git" @ "d4dfc4ed5d432668b39f03eb69b7415d17156f05" -- Lean v4.11.0-rc1 -require aesop from git "https://github.com/leanprover-community/aesop" @ "776a5a8f9c789395796e442d78a9d4cb9c4c9d03" -- Lean v4.11.0-rc1 +require batteries from git "https://github.com/leanprover-community/batteries.git" @ "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415" -- Lean v4.11.0-rc2 +require aesop from git "https://github.com/leanprover-community/aesop" @ "776a5a8f9c789395796e442d78a9d4cb9c4c9d03" -- Lean v4.11.0-rc2 meta if get_config? env = some "dev" then -- dev is so not everyone has to build it -require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "6d8e3118ab526f8dfcabcbdf9f05dc34e5c423a8" -- Lean v4.11.0-rc1 +require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "114aabc6f0f8d117eb1a853c0dc1591126d9c559" -- Lean v4.11.0-rc2 diff --git a/lean-toolchain b/lean-toolchain index 60c5330..db7e3a0 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.11.0-rc1 \ No newline at end of file +leanprover/lean4:v4.11.0-rc2 \ No newline at end of file From 8ba6bde05215e715237473fb75373ec9a8f02760 Mon Sep 17 00:00:00 2001 From: psong Date: Thu, 29 Aug 2024 16:42:07 -0700 Subject: [PATCH 2/3] minor --- lake-manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 94f1f6b..811a903 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,10 +5,10 @@ "type": "git", "subDir": null, "scope": "", - "rev": "d4dfc4ed5d432668b39f03eb69b7415d17156f05", + "rev": "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "d4dfc4ed5d432668b39f03eb69b7415d17156f05", + "inputRev": "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/aesop", From 3e41e4a99765b57be41cff94bcc06fa95b0016ac Mon Sep 17 00:00:00 2001 From: psong Date: Thu, 29 Aug 2024 16:44:24 -0700 Subject: [PATCH 3/3] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 09cf1ad..448bb0f 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "L `LEAN_COPILOT_VERSION` depends on your lean-toolchain: | lean-toolchain | Recommended Lean Copilot version | | -------------- | -------------------------------- | +| `v4.11.0-rc2` | `v1.5.2` | | `v4.11.0-rc1` | `v1.5.1` | | `v4.10.0` | `v1.5.0` | | `v4.10.0-rc2` | `v1.4.2` |