Skip to content

Commit 4ad50a8

Browse files
authored
Merge pull request #192 from lean-dojo/stable
Bump to v4.29.0
2 parents bbecd66 + 83e8a56 commit 4ad50a8

4 files changed

Lines changed: 11 additions & 10 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.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:
64+
For stable Lean versions (e.g., `v4.29.0`), set `LEAN_COPILOT_VERSION` to be that version. For the latest unstable Lean versions (e.g., `v4.30.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: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
{"version": "1.1.0",
1+
{"version": "1.2.0",
22
"packagesDir": ".lake/packages",
33
"packages":
44
[{"url": "https://github.com/leanprover-community/aesop",
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "f642a64c76df8ba9cb53dba3b919425a0c2aeaf1",
8+
"rev": "7152850e7b216a0d409701617721b6e469d34bf6",
99
"name": "aesop",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "f642a64c76df8ba9cb53dba3b919425a0c2aeaf1",
11+
"inputRev": "7152850e7b216a0d409701617721b6e469d34bf6",
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": "495c008c3e3f4fb4256ff5582ddb3abf3198026f",
18+
"rev": "32dc18cde3684679f3c003de608743b57498c56f",
1919
"name": "batteries",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "495c008c3e3f4fb4256ff5582ddb3abf3198026f",
21+
"inputRev": "32dc18cde3684679f3c003de608743b57498c56f",
2222
"inherited": false,
2323
"configFile": "lakefile.toml"}],
2424
"name": "LeanCopilot",
25-
"lakeDir": ".lake"}
25+
"lakeDir": ".lake",
26+
"fixedToolchain": false}

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" @ "32dc18cde3684679f3c003de608743b57498c56f"
426+
require aesop from git "https://github.com/leanprover-community/aesop" @ "7152850e7b216a0d409701617721b6e469d34bf6"
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.28.0
1+
leanprover/lean4:v4.30.0

0 commit comments

Comments
 (0)