Skip to content

Commit 5f64737

Browse files
committed
Bump mathlib to v4.26.0
1 parent e3fe6bc commit 5f64737

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

lake-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "273f7dbc986d4d1fdc23eaaf954f52219af652f9",
8+
"rev": "2df2f0150c275ad53cb3c90f7c98ec15a56a1a67",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": null,
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",
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "55071afabe2966180b96a6a01f7fdc6661bf7bb4",
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": "d64436048ff3caeee542c4ee8b1a8b85ea635145",
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": "44cdfa76dc744fb0cd356457dcdcc5366ec647ac",
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": "LeanCamCombi",

lakefile.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ linter.style.setOption = true
3939
[[require]]
4040
name = "mathlib"
4141
git = "https://github.com/leanprover-community/mathlib4.git"
42+
rev = "v4.26.0"
4243

4344
[[lean_lib]]
4445
name = "LeanCamCombi"

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)