Skip to content

Commit c360b5d

Browse files
authored
Merge pull request #190 from lean-dojo/stable
Bump to latest stable version Lean 4.28.0
2 parents b086230 + 1253a87 commit c360b5d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ moreLinkArgs = ["-L./.lake/packages/LeanCopilot/.lake/build/lib", "-lctranslate2
6161
require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "LEAN_COPILOT_VERSION"
6262
```
6363

64-
For stable Lean versions (e.g., `v4.27.0`), set `LEAN_COPILOT_VERSION` to be that version. For the latest unstable Lean versions (e.g., `v4.28.0-rc1`), set `LEAN_COPILOT_VERSION` to `main`. In either case, make sure the version is compatible with other dependencies such as mathlib. If your project uses lakefile.toml instead of lakefile.lean, it should include:
64+
For stable Lean versions (e.g., `v4.28.0`), set `LEAN_COPILOT_VERSION` to be that version. For the latest unstable Lean versions (e.g., `v4.29.0-rc1`), set `LEAN_COPILOT_VERSION` to `main`. In either case, make sure the version is compatible with other dependencies such as mathlib. If your project uses lakefile.toml instead of lakefile.lean, it should include:
6565

6666
```toml
6767
[[require]]

lake-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "cb837cc26236ada03c81837bebe0acd9c70ced7d",
8+
"rev": "f642a64c76df8ba9cb53dba3b919425a0c2aeaf1",
99
"name": "aesop",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "cb837cc26236ada03c81837bebe0acd9c70ced7d",
11+
"inputRev": "f642a64c76df8ba9cb53dba3b919425a0c2aeaf1",
1212
"inherited": false,
1313
"configFile": "lakefile.toml"},
1414
{"url": "https://github.com/leanprover-community/batteries.git",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "4ca6ac27b5b03d9554013a85343f75f43501175a",
18+
"rev": "495c008c3e3f4fb4256ff5582ddb3abf3198026f",
1919
"name": "batteries",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "4ca6ac27b5b03d9554013a85343f75f43501175a",
21+
"inputRev": "495c008c3e3f4fb4256ff5582ddb3abf3198026f",
2222
"inherited": false,
2323
"configFile": "lakefile.toml"}],
2424
"name": "LeanCopilot",

lakefile.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,8 +422,8 @@ extern_lib libleanffi pkg := do
422422
buildStaticLib (pkg.sharedLibDir / name) #[ct2O]
423423

424424

425-
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "4ca6ac27b5b03d9554013a85343f75f43501175a"
426-
require aesop from git "https://github.com/leanprover-community/aesop" @ "cb837cc26236ada03c81837bebe0acd9c70ced7d"
425+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "495c008c3e3f4fb4256ff5582ddb3abf3198026f"
426+
require aesop from git "https://github.com/leanprover-community/aesop" @ "f642a64c76df8ba9cb53dba3b919425a0c2aeaf1"
427427

428428
meta if get_config? env = some "dev" then -- dev is so not everyone has to build it
429429
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "main"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.27.0
1+
leanprover/lean4:v4.28.0

0 commit comments

Comments
 (0)