Skip to content

Commit 52e211e

Browse files
authored
Merge pull request #110 from lean-dojo/peiyang
Bump to Lean v4.10.0-rc2
2 parents 923f5c8 + cd820b2 commit 52e211e

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
@@ -58,6 +58,7 @@ require LeanCopilot from git "https://github.com/lean-dojo/LeanCopilot.git" @ "L
5858
`LEAN_COPILOT_VERSION` depends on your lean-toolchain:
5959
| lean-toolchain | Recommended Lean Copilot version |
6060
| -------------- | -------------------------------- |
61+
| `v4.10.0-rc2` | `v1.4.2` |
6162
| `v4.10.0-rc1` | `v1.4.1` |
6263
| `v4.9.0` | `v1.4.0` |
6364
| `v4.9.0-rc3` | `v1.3.3` |

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": "2ead90d24b4fac3a05c9c4294daa39bd8686fb98",
8+
"rev": "c0efc1fd2a0bec51bd55c5b17348af13d7419239",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "2ead90d24b4fac3a05c9c4294daa39bd8686fb98",
11+
"inputRev": "c0efc1fd2a0bec51bd55c5b17348af13d7419239",
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": "a64fe24aa94e21404940e9217363a9a1ed9a33a6",
18+
"rev": "9c66fa5071dba9578bb20a3bade04bcc15c57fc2",
1919
"name": "aesop",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "a64fe24aa94e21404940e9217363a9a1ed9a33a6",
21+
"inputRev": "9c66fa5071dba9578bb20a3bade04bcc15c57fc2",
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" @ "2ead90d24b4fac3a05c9c4294daa39bd8686fb98" -- Lean v4.10.0-rc1
307-
require aesop from git "https://github.com/leanprover-community/aesop" @ "a64fe24aa94e21404940e9217363a9a1ed9a33a6" -- Lean v4.10.0-rc1
306+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "c0efc1fd2a0bec51bd55c5b17348af13d7419239" -- Lean v4.10.0-rc2
307+
require aesop from git "https://github.com/leanprover-community/aesop" @ "9c66fa5071dba9578bb20a3bade04bcc15c57fc2" -- Lean v4.10.0-rc2
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" @ "c369436d21c583a60da62d4513c7b9ea08389074" -- Lean v4.10.0-rc1
310+
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "b941c425f6f0f1dc45fe13b850ffa7db1bb20d04" -- Lean v4.10.0-rc2

lean-toolchain

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

0 commit comments

Comments
 (0)