Skip to content

Commit 66cb465

Browse files
committed
chore: bump toolchain to v4.17.0
1 parent 5a2a4bd commit 66cb465

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

lean-toolchain

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

test/Mathlib/lake-manifest.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "96a5ba5ce504f8b8e6acd659015e46e641d7af10",
8+
"rev": "5269898d6a51d047931107c8d72d934d8d5d3753",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.17.0-rc1",
11+
"inputRev": "v4.17.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": "59a8514bb0ee5bae2689d8be717b5272c9b3dc1c",
18+
"rev": "c708be04267e3e995a14ac0d08b1530579c1525a",
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": "003ff459cdd85de551f4dcf95cdfeefe10f20531",
28+
"rev": "0c169a0d55fef3763cfb3099eafd7b884ec7e41d",
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": "5013810061a18ca1f5510106172b94c6fbd0a2fc",
38+
"rev": "0447b0a7b7f41f0a1749010db3f222e4a96f9d30",
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": "8fff3f074da9237cd4e179fd6dd89be6c4022d41",
48+
"rev": "799f6986de9f61b784ff7be8f6a8b101045b8ffd",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "main",
51+
"inputRev": "v0.0.52",
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": "ba9a63be53f16b3b6e4043641c6bad4883e650b4",
58+
"rev": "56a2c80b209c253e0281ac4562a92122b457dcc0",
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": "b1311119f5f7c79c818d3e06621cc81f4bb8973f",
68+
"rev": "95561f7a5811fae6a309e4a1bbe22a0a4a98bf03",
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": "512d7fa38234139a34c04e3b3438fc142b51bbee",
78+
"rev": "efcc7d9bd9936ecdc625baf0d033b60866565cd5",
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": "a2eb24a3dbf681f2b655f82ba5ee5b139d4a5abc",
88+
"rev": "e7fd1a415c80985ade02a021172834ca2139b0ca",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",

test/Mathlib/lakefile.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defaultTargets = ["ReplMathlibTests"]
44
[[require]]
55
name = "mathlib"
66
git = "https://github.com/leanprover-community/mathlib4"
7-
rev = "v4.17.0-rc1"
7+
rev = "v4.17.0"
88

99
[[lean_lib]]
1010
name = "ReplMathlibTests"

test/Mathlib/lean-toolchain

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

0 commit comments

Comments
 (0)