Skip to content

Commit bb5d890

Browse files
committed
Lean を v4.15.0 に更新
1 parent 079ce7f commit bb5d890

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

lake-manifest.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "ec10d9ba44225d66e790787d0f5b19a14830337e",
8+
"rev": "c8e9d14233399d0c195b8dfd478fd96d4364fb10",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "ec10d9ba44225d66e790787d0f5b19a14830337e",
11+
"inputRev": "master",
1212
"inherited": false,
1313
"configFile": "lakefile.lean"},
1414
{"url": "https://github.com/Seasawher/mdgen",
@@ -25,10 +25,10 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "8e5cb8d424df462f84997dd68af6f40e347c3e35",
28+
"rev": "2c57364ef83406ea86d0f78ce3e342079a2fece5",
2929
"name": "plausible",
3030
"manifestFile": "lake-manifest.json",
31-
"inputRev": "v4.15.0-rc1",
31+
"inputRev": "v4.15.0",
3232
"inherited": true,
3333
"configFile": "lakefile.toml"},
3434
{"url": "https://github.com/leanprover-community/LeanSearchClient",
@@ -45,10 +45,10 @@
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "ed3b856bd8893ade75cafe13e8544d4c2660f377",
48+
"rev": "9a0b533c2fbd6195df067630be18e11e4349051c",
4949
"name": "importGraph",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v4.15.0-rc1",
51+
"inputRev": "v4.15.0",
5252
"inherited": true,
5353
"configFile": "lakefile.toml"},
5454
{"url": "https://github.com/leanprover-community/ProofWidgets4",
@@ -65,30 +65,30 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "a4a08d92be3de00def5298059bf707c72dfd3c66",
68+
"rev": "2689851f387bb2cef351e6825fe94a56a304ca13",
6969
"name": "aesop",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "master",
71+
"inputRev": "v4.15.0",
7272
"inherited": true,
7373
"configFile": "lakefile.toml"},
7474
{"url": "https://github.com/leanprover-community/quote4",
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "ad942fdf0b15c38bface6acbb01d63855a2519ac",
78+
"rev": "f0c584bcb14c5adfb53079781eeea75b26ebbd32",
7979
"name": "Qq",
8080
"manifestFile": "lake-manifest.json",
81-
"inputRev": "v4.14.0",
81+
"inputRev": "v4.15.0",
8282
"inherited": true,
83-
"configFile": "lakefile.lean"},
83+
"configFile": "lakefile.toml"},
8484
{"url": "https://github.com/leanprover-community/batteries",
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover-community",
88-
"rev": "f007bfe46ea8fb801ec907df9ab540054abcc5fd",
88+
"rev": "e8dc5fc16c625fc4fe08f42d625523275ddbbb4b",
8989
"name": "batteries",
9090
"manifestFile": "lake-manifest.json",
91-
"inputRev": "main",
91+
"inputRev": "v4.15.0",
9292
"inherited": true,
9393
"configFile": "lakefile.toml"},
9494
{"url": "https://github.com/leanprover/lean4-cli",

lakefile.lean

Lines changed: 1 addition & 1 deletion
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" @ "ec10d9ba44225d66e790787d0f5b19a14830337e"
27+
"https://github.com/leanprover-community/mathlib4.git" @ "master"
2828

2929
@[default_target]
3030
lean_lib LeanByExample where

lean-toolchain

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

0 commit comments

Comments
 (0)