Skip to content

Commit 6c06d5f

Browse files
committed
chore(deps): upgrade lean to v4.2.0-rc1
1 parent d488e38 commit 6c06d5f

File tree

3 files changed

+25
-23
lines changed

3 files changed

+25
-23
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.cache
22
/build
33
/lake-packages/*
4+
/lakefile.olean

lake-manifest.json

+23-22
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,52 @@
1-
{"version": 5,
1+
{"version": 6,
22
"packagesDir": "lake-packages",
33
"packages":
44
[{"git":
5-
{"url": "https://github.com/EdAyers/ProofWidgets4",
6-
"subDir?": null,
7-
"rev": "a0c2cd0ac3245a0dade4f925bcfa97e06dd84229",
8-
"opts": {},
9-
"name": "proofwidgets",
10-
"inputRev?": "v0.0.13",
11-
"inherited": true}},
12-
{"git":
13-
{"url": "https://github.com/mhuisi/lean4-cli.git",
14-
"subDir?": null,
15-
"rev": "21dac2e9cc7e3cf7da5800814787b833e680b2fd",
16-
"opts": {},
17-
"name": "Cli",
18-
"inputRev?": "nightly",
19-
"inherited": true}},
20-
{"git":
215
{"url": "https://github.com/leanprover-community/mathlib4.git",
226
"subDir?": null,
23-
"rev": "ab6dac98bb953d089da09ebad00a2ec2b39794ce",
7+
"rev": "ba1689574fa612340b8a5169a10a7b7aa72da021",
248
"opts": {},
259
"name": "mathlib",
2610
"inputRev?": null,
2711
"inherited": false}},
2812
{"git":
2913
{"url": "https://github.com/gebner/quote4",
3014
"subDir?": null,
31-
"rev": "e75daed95ad1c92af4e577fea95e234d7a8401c1",
15+
"rev": "a387c0eb611857e2460cf97a8e861c944286e6b2",
3216
"opts": {},
3317
"name": "Qq",
3418
"inputRev?": "master",
3519
"inherited": true}},
3620
{"git":
3721
{"url": "https://github.com/JLimperg/aesop",
3822
"subDir?": null,
39-
"rev": "1a0cded2be292b5496e659b730d2accc742de098",
23+
"rev": "41c6370eb2f0c9052bee6af0e0a017b9ba8da2b8",
4024
"opts": {},
4125
"name": "aesop",
4226
"inputRev?": "master",
4327
"inherited": true}},
28+
{"git":
29+
{"url": "https://github.com/mhuisi/lean4-cli.git",
30+
"subDir?": null,
31+
"rev": "39229f3630d734af7d9cfb5937ddc6b41d3aa6aa",
32+
"opts": {},
33+
"name": "Cli",
34+
"inputRev?": "nightly",
35+
"inherited": true}},
36+
{"git":
37+
{"url": "https://github.com/EdAyers/ProofWidgets4",
38+
"subDir?": null,
39+
"rev": "27715d1daf32b9657dc38cd52172d77b19bde4ba",
40+
"opts": {},
41+
"name": "proofwidgets",
42+
"inputRev?": "v0.0.18",
43+
"inherited": true}},
4444
{"git":
4545
{"url": "https://github.com/leanprover/std4",
4646
"subDir?": null,
47-
"rev": "101f1d041068be39093633e4ebf95f8c6fae2240",
47+
"rev": "a093d7a6ac721071d8ba3774b0318063928cd3e2",
4848
"opts": {},
4949
"name": "std",
5050
"inputRev?": "main",
51-
"inherited": true}}]}
51+
"inherited": true}}],
52+
"name": "plfl"}

lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.0.0-rc4
1+
leanprover/lean4:v4.2.0-rc1

0 commit comments

Comments
 (0)