Skip to content

Commit 71b338b

Browse files
authored
Merge pull request #112 from lean-dojo/peiyang
Bump to Lean v4.10.0
2 parents 30eab0a + de47db2 commit 71b338b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

lean-toolchain

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

0 commit comments

Comments
 (0)