Skip to content

Commit ec88ed4

Browse files
committed
Adjusted toolchain
1 parent 2bc8efa commit ec88ed4

3 files changed

Lines changed: 14 additions & 14 deletions

File tree

lake-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "f9e25dcbed001489c53bceeb1f1d50bbaf7451d4",
8+
"rev": "91c18fa62838ad0ab7384c03c9684d99d306e1da",
99
"name": "Cli",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.20.0",
11+
"inputRev": "v4.24.0",
1212
"inherited": false,
1313
"configFile": "lakefile.toml"},
1414
{"url": "https://github.com/fgdorais/lean4-parser",
@@ -35,10 +35,10 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "",
38-
"rev": "c211948581bde9846a99e32d97a03f0d5307c31e",
38+
"rev": "f897ebcf72cd16f89ab4577d0c826cd14afaafc7",
3939
"name": "mathlib",
4040
"manifestFile": "lake-manifest.json",
41-
"inputRev": "v4.20.0",
41+
"inputRev": "v4.24.0",
4242
"inherited": false,
4343
"configFile": "lakefile.lean"},
4444
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "2ac43674e92a695e96caac19f4002b25434636da",
68+
"rev": "dfd06ebfe8d0e8fa7faba9cb5e5a2e74e7bd2805",
6969
"name": "plausible",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "main",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "6c62474116f525d2814f0157bb468bf3a4f9f120",
78+
"rev": "99657ad92e23804e279f77ea6dbdeebaa1317b98",
7979
"name": "LeanSearchClient",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover-community",
88-
"rev": "a11bcb5238149ae5d8a0aa5e2f8eddf8a3a9b27d",
88+
"rev": "d768126816be17600904726ca7976b185786e6b9",
8989
"name": "importGraph",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",
@@ -95,17 +95,17 @@
9595
"type": "git",
9696
"subDir": null,
9797
"scope": "leanprover-community",
98-
"rev": "21e6a0522cd2ae6cf88e9da99a1dd010408ab306",
98+
"rev": "556caed0eadb7901e068131d1be208dd907d07a2",
9999
"name": "proofwidgets",
100100
"manifestFile": "lake-manifest.json",
101-
"inputRev": "v0.0.60",
101+
"inputRev": "v0.0.74",
102102
"inherited": true,
103103
"configFile": "lakefile.lean"},
104104
{"url": "https://github.com/leanprover-community/aesop",
105105
"type": "git",
106106
"subDir": null,
107107
"scope": "leanprover-community",
108-
"rev": "ddfca7829bf8aa4083cdf9633935dddbb28b7b2a",
108+
"rev": "725ac8cd67acd70a7beaf47c3725e23484c1ef50",
109109
"name": "aesop",
110110
"manifestFile": "lake-manifest.json",
111111
"inputRev": "master",
@@ -115,7 +115,7 @@
115115
"type": "git",
116116
"subDir": null,
117117
"scope": "leanprover-community",
118-
"rev": "2865ea099ab1dd8d6fc93381d77a4ac87a85527a",
118+
"rev": "dea6a3361fa36d5a13f87333dc506ada582e025c",
119119
"name": "Qq",
120120
"manifestFile": "lake-manifest.json",
121121
"inputRev": "master",

lakefile.lean

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lean_exe «ep133_test» where
3131
srcDir := "src"
3232

3333
require mathlib from git
34-
"https://github.com/leanprover-community/mathlib4" @ "v4.20.0"
34+
"https://github.com/leanprover-community/mathlib4" @ "v4.24.0"
3535

3636
require LSpec from git
3737
"https://github.com/argumentcomputer/LSpec" @ "24cceb69c20fadca0fd3acabe39fa9270dfb47e6"
@@ -40,5 +40,5 @@ require Parser from git
4040
"https://github.com/fgdorais/lean4-parser" @ "26d5ce4d60195a869b1fdb100b442794ea63e1ad"
4141

4242
require Cli from git
43-
"https://github.com/mhuisi/lean4-cli" @ "v4.20.0"
43+
"https://github.com/mhuisi/lean4-cli" @ "v4.24.0"
4444

lean-toolchain

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

0 commit comments

Comments
 (0)