Skip to content

Commit 8ea71c8

Browse files
authored
chore: bump toolchain to v4.31.0 (#651)
1 parent 87c249d commit 8ea71c8

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": "leanprover-community",
8-
"rev": "73b2611ac34fe053446b21322ee51d19cb27b3e7",
8+
"rev": "fabf563a7c95a166b8d7b6efca11c8b4dc9d911f",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "73b2611ac34fe053446b21322ee51d19cb27b3e7",
11+
"inputRev": "fabf563a7c95a166b8d7b6efca11c8b4dc9d911f",
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": "744117af710b1c0400cd297c9ce91f8d0ad3a347",
18+
"rev": "63045536fe95024e6c18fc7b48e03f506701c5bc",
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": "99c763c8a96d3d44fb4994e96eaa51ca4568449d",
38+
"rev": "5c7542ed018c78194f1e2b903eaf6a792b74c03d",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -45,7 +45,7 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "1537e3fc7e680d64e06fe5fb95c4c9edee7941c2",
48+
"rev": "24b0d9dc081c5423f8eec7e866c441e5184f29d9",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
5151
"inputRev": "main",
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "7897ea6e5cfc6522d355083bdfa798377ab35e11",
58+
"rev": "e3cb2f741431ce31bf73549fb52316a57368b06f",
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": "94346b7b49c36ae871639d1434232f057c193d60",
68+
"rev": "f46324995fca5f0483b742e4eb4daec7f4ee50d2",
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": "5dd219c775e402f818b42cd3997b5cf21017babf",
78+
"rev": "fa08db58b30eb033edcdab331bba000827f9f785",
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": "baf3e62fbb3502305076ca077e004aea78157c63",
88+
"rev": "92564e5770e4d09f2d86dfbf8ada1e9c715b384c",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "v4.31.0-rc2",
91+
"inputRev": "v4.31.0",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"}],
9494
"name": "cslib",

lakefile.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ weak.linter.unicodeLinter = false
1818
[[require]]
1919
name = "mathlib"
2020
scope = "leanprover-community"
21-
rev = "73b2611ac34fe053446b21322ee51d19cb27b3e7"
21+
rev = "fabf563a7c95a166b8d7b6efca11c8b4dc9d911f"
2222

2323
[[lean_lib]]
2424
name = "Cslib"

lean-toolchain

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

0 commit comments

Comments
 (0)