Skip to content

Commit 2d853c3

Browse files
committed
Lean とライブラリのバージョン更新
1 parent c0cda06 commit 2d853c3

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

lake-manifest.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "9837ca9d65d9de6fad1ef4381750ca688774e608",
8+
"rev": "3830035266276d11cb8b1b72447c7f84874cfa63",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.15.0",
11+
"inputRev": "master",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/Seasawher/mdgen",
1515
"type": "git",
1616
"subDir": null,
1717
"scope": "",
18-
"rev": "0ca20e8b0f3eafdb3b9e6a67d65af50e79e6f730",
18+
"rev": "1ed9fcd0377fe21c629eed68e254255012cfd7d6",
1919
"name": "mdgen",
2020
"manifestFile": "lake-manifest.json",
2121
"inputRev": "main",
@@ -25,10 +25,10 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "2c57364ef83406ea86d0f78ce3e342079a2fece5",
28+
"rev": "1622a8693b31523c8f82db48e01b14c74bc1f155",
2929
"name": "plausible",
3030
"manifestFile": "lake-manifest.json",
31-
"inputRev": "v4.15.0",
31+
"inputRev": "v4.16.0-rc1",
3232
"inherited": true,
3333
"configFile": "lakefile.toml"},
3434
{"url": "https://github.com/leanprover-community/LeanSearchClient",
@@ -45,30 +45,30 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "9a0b533c2fbd6195df067630be18e11e4349051c",
48+
"rev": "f72319c9686788305a8ab059f3c4d8c724785c83",
4949
"name": "importGraph",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v4.15.0",
51+
"inputRev": "main",
5252
"inherited": true,
5353
"configFile": "lakefile.toml"},
5454
{"url": "https://github.com/leanprover-community/ProofWidgets4",
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "2b000e02d50394af68cfb4770a291113d94801b5",
58+
"rev": "07f60e90998dfd6592688a14cd67bd4e384b77b2",
5959
"name": "proofwidgets",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "v0.0.48",
61+
"inputRev": "v0.0.50",
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": "2689851f387bb2cef351e6825fe94a56a304ca13",
68+
"rev": "79402ad9ab4be9a2286701a9880697e2351e4955",
6969
"name": "aesop",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "v4.15.0",
71+
"inputRev": "v4.16.0-rc1",
7272
"inherited": true,
7373
"configFile": "lakefile.toml"},
7474
{"url": "https://github.com/leanprover-community/quote4",
@@ -85,10 +85,10 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover-community",
88-
"rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b",
88+
"rev": "5b23a1297aba9683f231c4b1a7ab4076af4ad53d",
8989
"name": "batteries",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "v4.15.0",
91+
"inputRev": "main",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"},
9494
{"url": "https://github.com/leanprover/lean4-cli",

lakefile.lean

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require mdgen from git
2424
"https://github.com/Seasawher/mdgen" @ "main"
2525

2626
require mathlib from git
27-
"https://github.com/leanprover-community/mathlib4.git" @ "v4.15.0"
27+
"https://github.com/leanprover-community/mathlib4.git" @ "master"
2828

2929
@[default_target]
3030
lean_lib LeanByExample where

lean-toolchain

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

0 commit comments

Comments
 (0)