Skip to content

Commit 8379991

Browse files
authored
Merge pull request #123 from lean-dojo/peiyang
Bump to Lean v4.11.0 with deps
2 parents 8c2e4f8 + c8ebf56 commit 8379991

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": "a7fd140a94bbbfa40cf10839227bbb9e8492be2d",
8+
"rev": "9c6c2d647e57b2b7a0b42dd8080c698bd33a1b6f",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "a7fd140a94bbbfa40cf10839227bbb9e8492be2d",
11+
"inputRev": "9c6c2d647e57b2b7a0b42dd8080c698bd33a1b6f",
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": "6c89b6765913a0d727c1066493c3f5dc51c9713e",
18+
"rev": "deb279eb7be16848d0bc8387f80d6e41bcdbe738",
1919
"name": "aesop",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "6c89b6765913a0d727c1066493c3f5dc51c9713e",
21+
"inputRev": "deb279eb7be16848d0bc8387f80d6e41bcdbe738",
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" @ "a7fd140a94bbbfa40cf10839227bbb9e8492be2d" -- Lean v4.11.0-rc3
307-
require aesop from git "https://github.com/leanprover-community/aesop" @ "6c89b6765913a0d727c1066493c3f5dc51c9713e" -- Lean v4.11.0-rc3
306+
require batteries from git "https://github.com/leanprover-community/batteries.git" @ "9c6c2d647e57b2b7a0b42dd8080c698bd33a1b6f" -- Lean v4.11.0
307+
require aesop from git "https://github.com/leanprover-community/aesop" @ "deb279eb7be16848d0bc8387f80d6e41bcdbe738" -- Lean v4.11.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" @ "83f718b9055972dce4f92f5b3917426b91a0d2fe" -- Lean v4.11.0-rc3
310+
require «doc-gen4» from git "https://github.com/leanprover/doc-gen4" @ "e490631b72a43a6a82b4ddd3a2d020b2029491d0" -- Lean v4.11.0

lean-toolchain

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

0 commit comments

Comments
 (0)