Skip to content

Commit 5e35567

Browse files
authored
Merge pull request #121 from lean-dojo/peiyang
Bump to Lean v4.11.0-rc3 with dependencies
2 parents deac9f1 + 6af2cb8 commit 5e35567

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "L
5959
`LEAN_COPILOT_VERSION` depends on your lean-toolchain:
6060
| lean-toolchain | Recommended Lean Copilot version |
6161
| -------------- | -------------------------------- |
62+
| `v4.11.0-rc3` | `v1.5.3` |
6263
| `v4.11.0-rc2` | `v1.5.2` |
6364
| `v4.11.0-rc1` | `v1.5.1` |
6465
| `v4.10.0` | `v1.5.0` |

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": "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415",
8+
"rev": "a7fd140a94bbbfa40cf10839227bbb9e8492be2d",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415",
11+
"inputRev": "a7fd140a94bbbfa40cf10839227bbb9e8492be2d",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/aesop",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "776a5a8f9c789395796e442d78a9d4cb9c4c9d03",
18+
"rev": "6c89b6765913a0d727c1066493c3f5dc51c9713e",
1919
"name": "aesop",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "776a5a8f9c789395796e442d78a9d4cb9c4c9d03",
21+
"inputRev": "6c89b6765913a0d727c1066493c3f5dc51c9713e",
2222
"inherited": false,
2323
"configFile": "lakefile.toml"}],
2424
"name": "LeanCopilot",

lakefile.lean

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ extern_lib libleanffi pkg := do
303303
buildStaticLib (pkg.nativeLibDir / name) #[ct2O]
304304

305305

306-
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "ad26fe1ebccc9d5b7ca9111d5daf9b4488374415" -- Lean v4.11.0-rc2
307-
require aesop from git "https://github.com/leanprover-community/aesop" @ "776a5a8f9c789395796e442d78a9d4cb9c4c9d03" -- Lean v4.11.0-rc2
306+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "a7fd140a94bbbfa40cf10839227bbb9e8492be2d" -- Lean v4.11.0-rc3
307+
require aesop from git "https://github.com/leanprover-community/aesop" @ "6c89b6765913a0d727c1066493c3f5dc51c9713e" -- Lean v4.11.0-rc3
308308

309309
meta if get_config? env = some "dev" then -- dev is so not everyone has to build it
310-
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "114aabc6f0f8d117eb1a853c0dc1591126d9c559" -- Lean v4.11.0-rc2
310+
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "83f718b9055972dce4f92f5b3917426b91a0d2fe" -- Lean v4.11.0-rc3

lean-toolchain

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

0 commit comments

Comments
 (0)