Skip to content

Commit 5a2a4bd

Browse files
authored
Merge pull request #71 from leanprover-community/bump_to_v4.17.0-rc1
chore: bump toolchain to v4.17.0-rc1
2 parents eed8e6f + 0a25146 commit 5a2a4bd

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

lean-toolchain

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

test/Mathlib/lake-manifest.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "a6276f4c6097675b1cf5ebd49b1146b735f38c02",
8+
"rev": "96a5ba5ce504f8b8e6acd659015e46e641d7af10",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.16.0",
11+
"inputRev": "v4.17.0-rc1",
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": "1622a8693b31523c8f82db48e01b14c74bc1f155",
18+
"rev": "59a8514bb0ee5bae2689d8be717b5272c9b3dc1c",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "v4.16.0-rc1",
21+
"inputRev": "main",
2222
"inherited": true,
2323
"configFile": "lakefile.toml"},
2424
{"url": "https://github.com/leanprover-community/LeanSearchClient",
@@ -35,7 +35,7 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "1a6613663c3eb08c401ce0fd1a408412f2c2321e",
38+
"rev": "5013810061a18ca1f5510106172b94c6fbd0a2fc",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
4141
"inputRev": "main",
@@ -45,37 +45,37 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "07f60e90998dfd6592688a14cd67bd4e384b77b2",
48+
"rev": "8fff3f074da9237cd4e179fd6dd89be6c4022d41",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.50",
51+
"inputRev": "main",
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": "79402ad9ab4be9a2286701a9880697e2351e4955",
58+
"rev": "ba9a63be53f16b3b6e4043641c6bad4883e650b4",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "v4.16.0-rc1",
61+
"inputRev": "master",
6262
"inherited": true,
6363
"configFile": "lakefile.toml"},
6464
{"url": "https://github.com/leanprover-community/quote4",
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "f0c584bcb14c5adfb53079781eeea75b26ebbd32",
68+
"rev": "b1311119f5f7c79c818d3e06621cc81f4bb8973f",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "v4.15.0",
71+
"inputRev": "master",
7272
"inherited": true,
7373
"configFile": "lakefile.toml"},
7474
{"url": "https://github.com/leanprover-community/batteries",
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "01006c9e86bf9e397c026fef4190478dd1fd897e",
78+
"rev": "512d7fa38234139a34c04e3b3438fc142b51bbee",
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": "0c8ea32a15a4f74143e4e1e107ba2c412adb90fd",
88+
"rev": "a2eb24a3dbf681f2b655f82ba5ee5b139d4a5abc",
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.16.0"
7+
rev = "v4.17.0-rc1"
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.16.0
1+
leanprover/lean4:v4.17.0-rc1

0 commit comments

Comments
 (0)