Skip to content

Commit 7cc87f6

Browse files
committed
chore: bump toolchain to v4.26.0-rc2 (#31877)
1 parent f9aa536 commit 7cc87f6

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

lake-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "ec4a54b5308c1f46b4b52a9c62fb67d193aa0972",
8+
"rev": "74835c84b38e4070b8240a063c6417c767e551ae",
99
"name": "plausible",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "main",
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "7ff87023a8e1b358d2d01c1bc56b040a60609577",
28+
"rev": "6e3bb4bf31f731ab28891fe229eb347ec7d5dad3",
2929
"name": "importGraph",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -35,17 +35,17 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "894c511d39bf442636bcba085245a1cf2bbdf665",
38+
"rev": "2aaad968dd10a168b644b6a5afd4b92496af4710",
3939
"name": "proofwidgets",
4040
"manifestFile": "lake-manifest.json",
41-
"inputRev": "v0.0.81",
41+
"inputRev": "v0.0.82",
4242
"inherited": false,
4343
"configFile": "lakefile.lean"},
4444
{"url": "https://github.com/leanprover-community/aesop",
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "c00943d5ff28c6dc623dbc24f8d659a9d3a3d29a",
48+
"rev": "9c70abdd9215b76019340fad65138e2e8d21843e",
4949
"name": "aesop",
5050
"manifestFile": "lake-manifest.json",
5151
"inputRev": "master",
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "1be06a278c3c249edafb722bfb278622024929d8",
58+
"rev": "a31845b5557fd5e47d52b9e2977a1b0eff3c38c3",
5959
"name": "Qq",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "master",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "c278d4e94fe43bc38da4966795dc0c72538e68ab",
68+
"rev": "afe9302d9243cee630b0be95322b38b90342ddbf",
6969
"name": "batteries",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "main",
@@ -75,10 +75,10 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover",
78-
"rev": "00fad25fa9bedece1f1f988ab9c180dfe3d535b3",
78+
"rev": "7e1ced9e049a4fab2508980ec4877ca9c46dffc9",
7979
"name": "Cli",
8080
"manifestFile": "lake-manifest.json",
81-
"inputRev": "v4.26.0-rc1",
81+
"inputRev": "v4.26.0-rc2",
8282
"inherited": true,
8383
"configFile": "lakefile.toml"}],
8484
"name": "mathlib",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ open Lake DSL
99
require "leanprover-community" / "batteries" @ git "main"
1010
require "leanprover-community" / "Qq" @ git "master"
1111
require "leanprover-community" / "aesop" @ git "master"
12-
require "leanprover-community" / "proofwidgets" @ git "v0.0.81" -- ProofWidgets should always be pinned to a specific version
12+
require "leanprover-community" / "proofwidgets" @ git "v0.0.82" -- ProofWidgets should always be pinned to a specific version
1313
with NameMap.empty.insert `errorOnBuild
1414
"ProofWidgets not up-to-date. \
1515
Please run `lake exe cache get` to fetch the latest ProofWidgets. \

lean-toolchain

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

0 commit comments

Comments
 (0)