Skip to content

Commit 8f8c0a4

Browse files
committed
fix: upgrade lean to 4.21.0
1 parent 889fca7 commit 8f8c0a4

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

lake-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "5c0c94b3f563ed756b48b9439788c53b0d56a897",
8+
"rev": "308445d7985027f538e281e18df29ca16ede2ba3",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.20.1",
11+
"inputRev": "v4.21.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": "2ac43674e92a695e96caac19f4002b25434636da",
18+
"rev": "c4aa78186d388e50a436e8362b947bae125a2933",
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": "a11bcb5238149ae5d8a0aa5e2f8eddf8a3a9b27d",
38+
"rev": "d07bd64f1910f1cc5e4cc87b6b9c590080e7a457",
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": "21e6a0522cd2ae6cf88e9da99a1dd010408ab306",
48+
"rev": "6980f6ca164de593cb77cd03d8eac549cc444156",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.60",
51+
"inputRev": "v0.0.62",
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": "ddfca7829bf8aa4083cdf9633935dddbb28b7b2a",
58+
"rev": "8ff27701d003456fd59f13a9212431239d902aef",
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": "2865ea099ab1dd8d6fc93381d77a4ac87a85527a",
68+
"rev": "e9c65db4823976353cd0bb03199a172719efbeb7",
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": "7a0d63fbf8fd350e891868a06d9927efa545ac1e",
78+
"rev": "8d2067bf518731a70a255d4a61b5c103922c772e",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "f9e25dcbed001489c53bceeb1f1d50bbaf7451d4",
88+
"rev": "7c6aef5f75a43ebbba763b44d535175a1b04c9e0",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ package «Checklist» where
99
-- add any additional package configuration options here
1010

1111
require mathlib from git
12-
"https://github.com/leanprover-community/mathlib4.git" @ "v4.20.1"
12+
"https://github.com/leanprover-community/mathlib4.git" @ "v4.21.0"
1313

1414
@[default_target]
1515
lean_lib «Checklist» where

lean-toolchain

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

0 commit comments

Comments
 (0)