Skip to content

Commit ce4fe38

Browse files
committed
chore: bump to v4.15.0-rc1
1 parent d7545ee commit ce4fe38

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

lean-toolchain

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

test/Mathlib/lake-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "",
8-
"rev": "4bbdccd9c5f862bf90ff12f0a9e2c8be032b9a84",
8+
"rev": "41ff1f7899c971f91362710d4444e338b8acd644",
99
"name": "mathlib",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.14.0",
11+
"inputRev": "v4.15.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": "42dc02bdbc5d0c2f395718462a76c3d87318f7fa",
18+
"rev": "8e5cb8d424df462f84997dd68af6f40e347c3e35",
1919
"name": "plausible",
2020
"manifestFile": "lake-manifest.json",
21-
"inputRev": "main",
21+
"inputRev": "v4.15.0-rc1",
2222
"inherited": true,
2323
"configFile": "lakefile.toml"},
2424
{"url": "https://github.com/leanprover-community/LeanSearchClient",
@@ -35,47 +35,47 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "519e509a28864af5bed98033dd33b95cf08e9aa7",
38+
"rev": "ed3b856bd8893ade75cafe13e8544d4c2660f377",
3939
"name": "importGraph",
4040
"manifestFile": "lake-manifest.json",
41-
"inputRev": "v4.14.0",
41+
"inputRev": "v4.15.0-rc1",
4242
"inherited": true,
4343
"configFile": "lakefile.toml"},
4444
{"url": "https://github.com/leanprover-community/ProofWidgets4",
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "68280daef58803f68368eb2e53046dabcd270c9d",
48+
"rev": "2b000e02d50394af68cfb4770a291113d94801b5",
4949
"name": "proofwidgets",
5050
"manifestFile": "lake-manifest.json",
51-
"inputRev": "v0.0.47",
51+
"inputRev": "v0.0.48",
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": "5a0ec8588855265ade536f35bcdcf0fb24fd6030",
58+
"rev": "8b6048aa0a4a4b6bcf83597802d8dee734e64b7e",
5959
"name": "aesop",
6060
"manifestFile": "lake-manifest.json",
61-
"inputRev": "v4.14.0",
61+
"inputRev": "v4.15.0-rc1",
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": "303b23fbcea94ac4f96e590c1cad6618fd4f5f41",
68+
"rev": "ad942fdf0b15c38bface6acbb01d63855a2519ac",
6969
"name": "Qq",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "master",
71+
"inputRev": "v4.14.0",
7272
"inherited": true,
7373
"configFile": "lakefile.lean"},
7474
{"url": "https://github.com/leanprover-community/batteries",
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover-community",
78-
"rev": "8d6c853f11a5172efa0e96b9f2be1a83d861cdd9",
78+
"rev": "7805acf1864ba1a2e359f86a8f092ccf1438ad83",
7979
"name": "batteries",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "v4.14.0",
@@ -85,7 +85,7 @@
8585
"type": "git",
8686
"subDir": null,
8787
"scope": "leanprover",
88-
"rev": "726b3c9ad13acca724d4651f14afc4804a7b0e4d",
88+
"rev": "0c8ea32a15a4f74143e4e1e107ba2c412adb90fd",
8989
"name": "Cli",
9090
"manifestFile": "lake-manifest.json",
9191
"inputRev": "main",

test/Mathlib/lakefile.toml

Lines changed: 1 addition & 1 deletion
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.14.0"
7+
rev = "v4.15.0-rc1"
88

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

test/Mathlib/lean-toolchain

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

0 commit comments

Comments
 (0)