Skip to content

Commit edb30d0

Browse files
committed
bump mathlib
1 parent 7db28ca commit edb30d0

File tree

4 files changed

+21
-46
lines changed

4 files changed

+21
-46
lines changed

FLT/Basic/Reductions.lean

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Mathlib.Data.PNat.Basic
22
import Mathlib.NumberTheory.FLT.Four
3-
import Mathlib.Tactic.NormNum.Prime
4-
import Mathlib.AlgebraicGeometry.EllipticCurve.Point
3+
import Mathlib.Tactic
4+
import Mathlib.AlgebraicGeometry.EllipticCurve.Affine
55
import Mathlib.RepresentationTheory.Basic
66
import Mathlib.RingTheory.SimpleModule
77

lake-manifest.json

+12-39
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[{"url": "https://github.com/leanprover/std4",
55
"type": "git",
66
"subDir": null,
7-
"rev": "e403f680f0beb8610c29e6f799132e8be880554e",
7+
"rev": "0d0ac1c43e1ec1965e0806af9e7a32999ea31096",
88
"name": "std",
99
"manifestFile": "lake-manifest.json",
1010
"inputRev": "main",
@@ -13,7 +13,7 @@
1313
{"url": "https://github.com/leanprover-community/quote4",
1414
"type": "git",
1515
"subDir": null,
16-
"rev": "d3a1d25f3eba0d93a58d5d3d027ffa78ece07755",
16+
"rev": "1c88406514a636d241903e2e288d21dc6d861e01",
1717
"name": "Qq",
1818
"manifestFile": "lake-manifest.json",
1919
"inputRev": "master",
@@ -22,7 +22,7 @@
2222
{"url": "https://github.com/leanprover-community/aesop",
2323
"type": "git",
2424
"subDir": null,
25-
"rev": "bf5ab42a58e71de7ebad399ce3f90d29aae7fca9",
25+
"rev": "24a4e8fea81999723bfc38bebf7adc86c2f26c6c",
2626
"name": "aesop",
2727
"manifestFile": "lake-manifest.json",
2828
"inputRev": "master",
@@ -31,10 +31,10 @@
3131
{"url": "https://github.com/leanprover-community/ProofWidgets4",
3232
"type": "git",
3333
"subDir": null,
34-
"rev": "909febc72b4f64628f8d35cd0554f8a90b6e0749",
34+
"rev": "8dd18350791c85c0fc9adbd6254c94a81d260d35",
3535
"name": "proofwidgets",
3636
"manifestFile": "lake-manifest.json",
37-
"inputRev": "v0.0.23",
37+
"inputRev": "v0.0.25",
3838
"inherited": true,
3939
"configFile": "lakefile.lean"},
4040
{"url": "https://github.com/leanprover/lean4-cli",
@@ -46,49 +46,22 @@
4646
"inputRev": "main",
4747
"inherited": true,
4848
"configFile": "lakefile.lean"},
49-
{"url": "https://github.com/leanprover-community/mathlib4.git",
50-
"type": "git",
51-
"subDir": null,
52-
"rev": "555fddebd3b21542478319c662bc1be696f9178c",
53-
"name": "mathlib",
54-
"manifestFile": "lake-manifest.json",
55-
"inputRev": null,
56-
"inherited": false,
57-
"configFile": "lakefile.lean"},
58-
{"url": "https://github.com/xubaiw/CMark.lean",
49+
{"url": "https://github.com/leanprover-community/import-graph.git",
5950
"type": "git",
6051
"subDir": null,
61-
"rev": "0077cbbaa92abf855fc1c0413e158ffd8195ec77",
62-
"name": "CMark",
52+
"rev": "7d051a52c49ac25ee5a04c7a2a70148cc95ddab3",
53+
"name": "importGraph",
6354
"manifestFile": "lake-manifest.json",
6455
"inputRev": "main",
6556
"inherited": true,
6657
"configFile": "lakefile.lean"},
67-
{"url": "https://github.com/fgdorais/lean4-unicode-basic",
68-
"type": "git",
69-
"subDir": null,
70-
"rev": "280d75fdfe7be8eb337be7f1bf8479b4aac09f71",
71-
"name": "UnicodeBasic",
72-
"manifestFile": "lake-manifest.json",
73-
"inputRev": "main",
74-
"inherited": true,
75-
"configFile": "lakefile.lean"},
76-
{"url": "https://github.com/hargonix/LeanInk",
77-
"type": "git",
78-
"subDir": null,
79-
"rev": "2447df5cc6e48eb965c3c3fba87e46d353b5e9f1",
80-
"name": "leanInk",
81-
"manifestFile": "lake-manifest.json",
82-
"inputRev": "doc-gen",
83-
"inherited": true,
84-
"configFile": "lakefile.lean"},
85-
{"url": "https://github.com/leanprover/doc-gen4",
58+
{"url": "https://github.com/leanprover-community/mathlib4.git",
8659
"type": "git",
8760
"subDir": null,
88-
"rev": "86d5c219a9ad7aa686c9e0e704af030e203c63a1",
89-
"name": "«doc-gen4»",
61+
"rev": "b4d01dc2afec51cc2bac52b1c1636666672bbe4c",
62+
"name": "mathlib",
9063
"manifestFile": "lake-manifest.json",
91-
"inputRev": "main",
64+
"inputRev": null,
9265
"inherited": false,
9366
"configFile": "lakefile.lean"}],
9467
"name": "FLT",

lakefile.lean

+6-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ def weakLeanArgs : Array String :=
2020
#["-DwarningAsError=true"]
2121
else
2222
#[]
23-
23+
2424
package FLT where
25-
moreServerArgs := moreServerArgs
2625

2726
require mathlib from git "https://github.com/leanprover-community/mathlib4.git"
2827

@@ -33,5 +32,8 @@ require «doc-gen4» from git
3332

3433
@[default_target]
3534
lean_lib FLT where
36-
moreLeanArgs := moreLeanArgs
37-
weakLeanArgs := weakLeanArgs
35+
globs := #[
36+
.andSubmodules `FLT
37+
]
38+
-- moreLeanArgs := moreLeanArgs
39+
-- weakLeanArgs := weakLeanArgs

lean-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.3.0-rc2
1+
leanprover/lean4:v4.5.0-rc1

0 commit comments

Comments
 (0)