From 3e9d5bbf62e907498a5c0d1d7503e340701e760c Mon Sep 17 00:00:00 2001 From: psong Date: Sat, 31 Aug 2024 23:11:41 -0700 Subject: [PATCH 1/3] Bump to Lean v4.11.0-rc3 with deps --- lakefile.lean | 6 +++--- lean-toolchain | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lakefile.lean b/lakefile.lean index da0964a..e7a435a 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" @ "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415" -- Lean v4.11.0-rc2 -require aesop from git "https://github.com/leanprover-community/aesop" @ "776a5a8f9c789395796e442d78a9d4cb9c4c9d03" -- Lean v4.11.0-rc2 +require batteries from git "https://github.com/leanprover-community/batteries.git" @ "a7fd140a94bbbfa40cf10839227bbb9e8492be2d" -- Lean v4.11.0-rc3 +require aesop from git "https://github.com/leanprover-community/aesop" @ "6c89b6765913a0d727c1066493c3f5dc51c9713e" -- Lean v4.11.0-rc3 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" @ "114aabc6f0f8d117eb1a853c0dc1591126d9c559" -- Lean v4.11.0-rc2 +require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "83f718b9055972dce4f92f5b3917426b91a0d2fe" -- Lean v4.11.0-rc3 diff --git a/lean-toolchain b/lean-toolchain index db7e3a0..1e6f28e 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.11.0-rc2 \ No newline at end of file +leanprover/lean4:v4.11.0-rc3 \ No newline at end of file From 073f23b8b956891d82b67a4f630aef0aee1fc112 Mon Sep 17 00:00:00 2001 From: psong Date: Sat, 31 Aug 2024 23:14:00 -0700 Subject: [PATCH 2/3] minor --- lake-manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 811a903..356e97a 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,20 +5,20 @@ "type": "git", "subDir": null, "scope": "", - "rev": "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415", + "rev": "a7fd140a94bbbfa40cf10839227bbb9e8492be2d", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415", + "inputRev": "a7fd140a94bbbfa40cf10839227bbb9e8492be2d", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/aesop", "type": "git", "subDir": null, "scope": "", - "rev": "776a5a8f9c789395796e442d78a9d4cb9c4c9d03", + "rev": "6c89b6765913a0d727c1066493c3f5dc51c9713e", "name": "aesop", "manifestFile": "lake-manifest.json", - "inputRev": "776a5a8f9c789395796e442d78a9d4cb9c4c9d03", + "inputRev": "6c89b6765913a0d727c1066493c3f5dc51c9713e", "inherited": false, "configFile": "lakefile.toml"}], "name": "LeanCopilot", From 6af2cb896212b18fd60e8cca668350416ff99ef5 Mon Sep 17 00:00:00 2001 From: psong Date: Sat, 31 Aug 2024 23:14:34 -0700 Subject: [PATCH 3/3] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 448bb0f..fb12f77 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-rc3` | `v1.5.3` | | `v4.11.0-rc2` | `v1.5.2` | | `v4.11.0-rc1` | `v1.5.1` | | `v4.10.0` | `v1.5.0` |