Skip to content

Commit 750936b

Browse files
authored
Merge pull request #183 from lean-dojo/stable
Bump to latest stable Lean version (v4.24.0)
2 parents a26e113 + 190b856 commit 750936b

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
@@ -59,7 +59,7 @@ moreLinkArgs = ["-L./.lake/packages/LeanCopilot/.lake/build/lib", "-lctranslate2
5959
require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "LEAN_COPILOT_VERSION"
6060
```
6161

62-
For stable Lean versions (e.g., `v4.23.0`), set `LEAN_COPILOT_VERSION` to be that version. For the latest unstable Lean versions (e.g., `v4.24.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:
62+
For stable Lean versions (e.g., `v4.24.0`), set `LEAN_COPILOT_VERSION` to be that version. For the latest unstable Lean versions (e.g., `v4.25.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:
6363

6464
```toml
6565
[[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": "247ff80701c76760523b5d7c180b27b7708faf38",
8+
"rev": "725ac8cd67acd70a7beaf47c3725e23484c1ef50",
99
"name": "aesop",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "master",
11+
"inputRev": "725ac8cd67acd70a7beaf47c3725e23484c1ef50",
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": "d117e2c28cba42e974bc22568ac999492a34e812",
18+
"rev": "8da40b72fece29b7d3fe3d768bac4c8910ce9bee",
1919
"name": "batteries",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "main",
21+
"inputRev": "8da40b72fece29b7d3fe3d768bac4c8910ce9bee",
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" @ "main"
426-
require aesop from git "https://github.com/leanprover-community/aesop" @ "master"
425+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "8da40b72fece29b7d3fe3d768bac4c8910ce9bee"
426+
require aesop from git "https://github.com/leanprover-community/aesop" @ "725ac8cd67acd70a7beaf47c3725e23484c1ef50"
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.23.0
1+
leanprover/lean4:v4.24.0

0 commit comments

Comments
 (0)