File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "L
59
59
` LEAN_COPILOT_VERSION ` depends on your lean-toolchain:
60
60
| lean-toolchain | Recommended Lean Copilot version |
61
61
| -------------- | -------------------------------- |
62
+ | ` v4.11.0-rc3 ` | ` v1.5.3 ` |
62
63
| ` v4.11.0-rc2 ` | ` v1.5.2 ` |
63
64
| ` v4.11.0-rc1 ` | ` v1.5.1 ` |
64
65
| ` v4.10.0 ` | ` v1.5.0 ` |
Original file line number Diff line number Diff line change 5
5
"type" : " git" ,
6
6
"subDir" : null ,
7
7
"scope" : " " ,
8
- "rev" : " ad26fe1ebccc9d5b7ca9111d5daf9b4488374415 " ,
8
+ "rev" : " a7fd140a94bbbfa40cf10839227bbb9e8492be2d " ,
9
9
"name" : " batteries" ,
10
10
"manifestFile" : " lake-manifest.json" ,
11
- "inputRev" : " ad26fe1ebccc9d5b7ca9111d5daf9b4488374415 " ,
11
+ "inputRev" : " a7fd140a94bbbfa40cf10839227bbb9e8492be2d " ,
12
12
"inherited" : false ,
13
13
"configFile" : " lakefile.lean" },
14
14
{"url" : " https://github.com/leanprover-community/aesop" ,
15
15
"type" : " git" ,
16
16
"subDir" : null ,
17
17
"scope" : " " ,
18
- "rev" : " 776a5a8f9c789395796e442d78a9d4cb9c4c9d03 " ,
18
+ "rev" : " 6c89b6765913a0d727c1066493c3f5dc51c9713e " ,
19
19
"name" : " aesop" ,
20
20
"manifestFile" : " lake-manifest.json" ,
21
- "inputRev" : " 776a5a8f9c789395796e442d78a9d4cb9c4c9d03 " ,
21
+ "inputRev" : " 6c89b6765913a0d727c1066493c3f5dc51c9713e " ,
22
22
"inherited" : false ,
23
23
"configFile" : " lakefile.toml" }],
24
24
"name" : " LeanCopilot" ,
Original file line number Diff line number Diff line change @@ -303,8 +303,8 @@ extern_lib libleanffi pkg := do
303
303
buildStaticLib (pkg.nativeLibDir / name) #[ct2O]
304
304
305
305
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
308
308
309
309
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
Original file line number Diff line number Diff line change 1
- leanprover/lean4:v4.11.0-rc2
1
+ leanprover/lean4:v4.11.0-rc3
You can’t perform that action at this time.
0 commit comments