Skip to content

Commit 8a17838

Browse files
committed
chore: bump toolchain to v4.29.0 (#37377)
Co-authored-by: Joscha <joscha@plugh.de>
1 parent a4cbabc commit 8a17838

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": "22a0afa903bcf65285152eea298a3d319badc78d",
8+
"rev": "83e90935a17ca19ebe4b7893c7f7066e266f50d3",
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": "db22912cdd820b2a2bd84bd25273cb322ff09ead",
28+
"rev": "48d5698bc464786347c1b0d859b18f938420f060",
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": "136730b5a40dc633967f5433cb7668df5c3bf9a3",
38+
"rev": "3c52dee17f0cd89c1ec14de78920d1bdaa3d26b3",
3939
"name": "proofwidgets",
4040
"manifestFile": "lake-manifest.json",
41-
"inputRev": "v0.0.94",
41+
"inputRev": "v0.0.95",
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": "3426969888a264d3f69b6f30ab50aa11f28eb38d",
48+
"rev": "7152850e7b216a0d409701617721b6e469d34bf6",
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": "3a9fde028258300f1cbb003d457d47c8d8e16b1c",
58+
"rev": "707efb56d0696634e9e965523a1bbe9ac6ce141d",
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": "bce25af79ec73f5e63240d4399a4cd8a6a227fcb",
68+
"rev": "756e3321fd3b02a85ffda19fef789916223e578c",
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": "61cd682f2a25175996bc1b9e8d8231e76cded866",
78+
"rev": "7802da01beb530bf051ab657443f9cd9bc3e1a29",
7979
"name": "Cli",
8080
"manifestFile": "lake-manifest.json",
81-
"inputRev": "v4.29.0-rc8",
81+
"inputRev": "v4.29.0",
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.94" -- ProofWidgets should always be pinned to a specific version
12+
require "leanprover-community" / "proofwidgets" @ git "v0.0.95" -- 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.29.0-rc8
1+
leanprover/lean4:v4.29.0

0 commit comments

Comments
 (0)