Skip to content

Commit 046130a

Browse files
authored
chore: bump lean version and disable equations (#52)
* chore: bump lean version * unfix * bump and disable equations
1 parent a7d847a commit 046130a

4 files changed

Lines changed: 13 additions & 12 deletions

File tree

lake-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "c211948581bde9846a99e32d97a03f0d5307c31e",
18+
"rev": "4e57d17bdc121dc17f25f2d8240a584c76a3a66e",
1919
"name": "mathlib",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "v4.20.0",
21+
"inputRev": "v4.21.0-rc1",
2222
"inherited": false,
2323
"configFile": "lakefile.lean"},
2424
{"url": "https://github.com/leanprover-community/plausible",
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "2ac43674e92a695e96caac19f4002b25434636da",
28+
"rev": "91ce5a8051438870cbb4e3c68cd12e23ace713b1",
2929
"name": "plausible",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -45,7 +45,7 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "a11bcb5238149ae5d8a0aa5e2f8eddf8a3a9b27d",
48+
"rev": "d554d45b37832f5f8e8797ac0b00be585c8aea49",
4949
"name": "importGraph",
5050
"manifestFile": "lake-manifest.json",
5151
"inputRev": "main",
@@ -55,17 +55,17 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "21e6a0522cd2ae6cf88e9da99a1dd010408ab306",
58+
"rev": "7518acaafc0ba29be6de6c3f37637fe4148b72cb",
5959
"name": "proofwidgets",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "v0.0.60",
61+
"inputRev": "v0.0.61",
6262
"inherited": true,
6363
"configFile": "lakefile.lean"},
6464
{"url": "https://github.com/leanprover-community/aesop",
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "ddfca7829bf8aa4083cdf9633935dddbb28b7b2a",
68+
"rev": "c548baa6d2ed727c6e9b30ff627b7c67fda4a54c",
6969
"name": "aesop",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "master",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "2865ea099ab1dd8d6fc93381d77a4ac87a85527a",
78+
"rev": "f827c08bdd5044b75f0fdc3178c0c600e818b76f",
7979
"name": "Qq",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "master",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover-community",
88-
"rev": "7a0d63fbf8fd350e891868a06d9927efa545ac1e",
88+
"rev": "3aafa48516440d6038efb626660c74dec6e640da",
8989
"name": "batteries",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",
@@ -95,7 +95,7 @@
9595
"type": "git",
9696
"subDir": null,
9797
"scope": "leanprover",
98-
"rev": "f9e25dcbed001489c53bceeb1f1d50bbaf7451d4",
98+
"rev": "1606fed39cd8bd366f8a192e6558972af869efa6",
9999
"name": "Cli",
100100
"manifestFile": "lake-manifest.json",
101101
"inputRev": "main",

lakefile.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ linter.style.multiGoal = true # no multiple active goals
1414
[[require]]
1515
name = "mathlib"
1616
git = "https://github.com/leanprover-community/mathlib4.git"
17+
rev = "v4.21.0-rc1"
1718

1819
[[require]]
1920
name = "checkdecls"

lean-toolchain

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

scripts/build_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ cd docbuild
3131
MATHLIB_NO_CACHE_ON_UPDATE=1 ~/.elan/bin/lake update doc-gen4
3232

3333
# Build the docs
34-
~/.elan/bin/lake build ABCExceptions:docs
34+
DISABLE_EQUATIONS=1 ~/.elan/bin/lake build ABCExceptions:docs

0 commit comments

Comments
 (0)