Skip to content

Commit 774959d

Browse files
committed
Bump mathlib to v4.27.0
1 parent 7cab469 commit 774959d

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

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": "",
8-
"rev": "2df2f0150c275ad53cb3c90f7c98ec15a56a1a67",
8+
"rev": "a3a10db0e9d66acbebf76c5e6a135066525ac900",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.26.0",
11+
"inputRev": "v4.27.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": "160af9e8e7d4ae448f3c92edcc5b6a8522453f11",
18+
"rev": "009dc1e6f2feb2c96c081537d80a0905b2c6498f",
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": "3591c3f664ac3719c4c86e4483e21e228707bfa2",
28+
"rev": "5ce7f0a355f522a952a3d678d696bd563bb4fd28",
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": "e9f31324f15ead11048b1443e62c5deaddd055d2",
38+
"rev": "8f497d55985a189cea8020d9dc51260af1e41ad2",
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": "b4fb2aa5290ebf61bc5f80a5375ba642f0a49192",
48+
"rev": "c04225ee7c0585effbd933662b3151f01b600e40",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.83",
51+
"inputRev": "v0.0.85",
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": "2f6d238744c4cb07fdc91240feaf5d4221a27931",
58+
"rev": "cb837cc26236ada03c81837bebe0acd9c70ced7d",
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": "9312503909aa8e8bb392530145cc1677a6298574",
68+
"rev": "bd58c9efe2086d56ca361807014141a860ddbf8c",
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": "24241822ef9d3e7f6a3bcc53ad136e12663db8f3",
78+
"rev": "b25b36a7caf8e237e7d1e6121543078a06777c8a",
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": "933fce7e893f65969714c60cdb4bd8376786044e",
88+
"rev": "55c37290ff6186e2e965d68cf853a57c0702db82",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "v4.26.0",
91+
"inputRev": "v4.27.0",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"}],
9494
"name": "AddCombi",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ warn.sorry = false
1616
[[require]]
1717
name = "mathlib"
1818
git = "https://github.com/leanprover-community/mathlib4.git"
19-
rev = "v4.26.0"
19+
rev = "v4.27.0"
2020

2121
[[lean_lib]]
2222
name = "AddCombi"

lean-toolchain

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

0 commit comments

Comments
 (0)