From 683b68a13cad8d7d287700c1588c1ae2688db457 Mon Sep 17 00:00:00 2001 From: psong Date: Wed, 14 Aug 2024 14:53:04 -0700 Subject: [PATCH 1/3] Bump to Lean v4.11.0-rc1 with dependencies --- lakefile.lean | 6 +++--- lean-toolchain | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lakefile.lean b/lakefile.lean index bbf26f0..59e78e4 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" @ "0f3e143dffdc3a591662f3401ce1d7a3405227c0" -- Lean v4.10.0 -require aesop from git "https://github.com/leanprover-community/aesop" @ "209712c78b16c795453b6da7f7adbda4589a8f21" -- Lean v4.10.0 +require batteries from git "https://github.com/leanprover-community/batteries.git" @ "021e272cb5cdcc82b7e1e760fe915ff2f64169ad" -- Lean v4.11.0-rc1 +require aesop from git "https://github.com/leanprover-community/aesop" @ "ae6ea60e9d8bc2d4b37ff02115854da2e1b710d0" -- Lean v4.11.0-rc1 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" @ "593ac5bd2ca98c5294675b5cccf3d89b300a76eb" -- Lean v4.10.0 +require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "6d8e3118ab526f8dfcabcbdf9f05dc34e5c423a8" -- Lean v4.11.0-rc1 diff --git a/lean-toolchain b/lean-toolchain index 6b3a22c..60c5330 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:v4.10.0 \ No newline at end of file +leanprover/lean4:v4.11.0-rc1 \ No newline at end of file From 9ff6176847915cc65abb0c44a44dca13ebf8c2e0 Mon Sep 17 00:00:00 2001 From: psong Date: Wed, 14 Aug 2024 14:55:02 -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 29e7b32..663f043 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,20 +5,20 @@ "type": "git", "subDir": null, "scope": "", - "rev": "0f3e143dffdc3a591662f3401ce1d7a3405227c0", + "rev": "021e272cb5cdcc82b7e1e760fe915ff2f64169ad", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "0f3e143dffdc3a591662f3401ce1d7a3405227c0", + "inputRev": "021e272cb5cdcc82b7e1e760fe915ff2f64169ad", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/leanprover-community/aesop", "type": "git", "subDir": null, "scope": "", - "rev": "209712c78b16c795453b6da7f7adbda4589a8f21", + "rev": "ae6ea60e9d8bc2d4b37ff02115854da2e1b710d0", "name": "aesop", "manifestFile": "lake-manifest.json", - "inputRev": "209712c78b16c795453b6da7f7adbda4589a8f21", + "inputRev": "ae6ea60e9d8bc2d4b37ff02115854da2e1b710d0", "inherited": false, "configFile": "lakefile.toml"}], "name": "LeanCopilot", From 86129d24fd8380a0a2b00cf998da966f9808dae0 Mon Sep 17 00:00:00 2001 From: psong Date: Wed, 14 Aug 2024 14:55:33 -0700 Subject: [PATCH 3/3] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f400d0e..ddb500a 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,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-rc1` | `v1.5.1` | | `v4.10.0` | `v1.5.0` | | `v4.10.0-rc2` | `v1.4.2` | | `v4.10.0-rc1` | `v1.4.1` |