Skip to content

Commit aed044b

Browse files
committed
build: bump lean to v4.26.0
1 parent 2fa0bd1 commit aed044b

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ RUN apt-get update && \
1414
USER vscode
1515
WORKDIR /home/vscode
1616

17-
RUN curl https://elan.lean-lang.org/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.26.0-rc2
17+
RUN curl https://elan.lean-lang.org/elan-init.sh -sSf | sh -s -- -y --default-toolchain leanprover/lean4:4.26.0
1818
ENV PATH="/home/vscode/.elan/bin:${PATH}"

lake-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "d5c9558e75342a10d6321e6a8c798a14f68ae23c",
8+
"rev": "2df2f0150c275ad53cb3c90f7c98ec15a56a1a67",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.26.0-rc2",
11+
"inputRev": "v4.26.0",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/leanprover-community/plausible",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "leanprover-community",
18-
"rev": "74835c84b38e4070b8240a063c6417c767e551ae",
18+
"rev": "160af9e8e7d4ae448f3c92edcc5b6a8522453f11",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "2ed4ba69b6127de8f5c2af83cccacd3c988b06bf",
28+
"rev": "3591c3f664ac3719c4c86e4483e21e228707bfa2",
2929
"name": "LeanSearchClient",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "6e3bb4bf31f731ab28891fe229eb347ec7d5dad3",
38+
"rev": "e9f31324f15ead11048b1443e62c5deaddd055d2",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -45,17 +45,17 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "2aaad968dd10a168b644b6a5afd4b92496af4710",
48+
"rev": "b4fb2aa5290ebf61bc5f80a5375ba642f0a49192",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.82",
51+
"inputRev": "v0.0.83",
5252
"inherited": true,
5353
"configFile": "lakefile.lean"},
5454
{"url": "https://github.com/leanprover-community/aesop",
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "9c70abdd9215b76019340fad65138e2e8d21843e",
58+
"rev": "2f6d238744c4cb07fdc91240feaf5d4221a27931",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "master",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "a31845b5557fd5e47d52b9e2977a1b0eff3c38c3",
68+
"rev": "9312503909aa8e8bb392530145cc1677a6298574",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "afe9302d9243cee630b0be95322b38b90342ddbf",
78+
"rev": "24241822ef9d3e7f6a3bcc53ad136e12663db8f3",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",
@@ -85,10 +85,10 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "7e1ced9e049a4fab2508980ec4877ca9c46dffc9",
88+
"rev": "933fce7e893f65969714c60cdb4bd8376786044e",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "v4.26.0-rc2",
91+
"inputRev": "v4.26.0",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"}],
9494
"name": "Project",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ leanOptions = { warningAsError = true }
99
[[require]]
1010
name = "mathlib"
1111
scope = "leanprover-community"
12-
rev = "v4.26.0-rc2"
12+
rev = "v4.26.0"

lean-toolchain

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

0 commit comments

Comments
 (0)