Skip to content

Commit 05b5847

Browse files
committed
chore: bump toolchain to v4.19.0
1 parent d21cb88 commit 05b5847

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

lake-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "8cee626a680fe217814c4bd444b94ceb31efd6b6",
8+
"rev": "77e08eddc486491d7b9e470926b3dbe50319451a",
99
"name": "plausible",
1010
"manifestFile": "lake-manifest.json",
1111
"inputRev": "main",
@@ -25,7 +25,7 @@
2525
"type": "git",
2626
"subDir": null,
2727
"scope": "leanprover-community",
28-
"rev": "c20832d6f0b3186a97ea9361cec0a5b87dd152a3",
28+
"rev": "e6a9f0f5ee3ccf7443a0070f92b62f8db12ae82b",
2929
"name": "importGraph",
3030
"manifestFile": "lake-manifest.json",
3131
"inputRev": "main",
@@ -35,17 +35,17 @@
3535
"type": "git",
3636
"subDir": null,
3737
"scope": "leanprover-community",
38-
"rev": "ea953247aac573c9b5adea60bacd3e085f58aca4",
38+
"rev": "c4919189477c3221e6a204008998b0d724f49904",
3939
"name": "proofwidgets",
4040
"manifestFile": "lake-manifest.json",
41-
"inputRev": "v0.0.56",
41+
"inputRev": "v0.0.57",
4242
"inherited": false,
4343
"configFile": "lakefile.lean"},
4444
{"url": "https://github.com/leanprover-community/aesop",
4545
"type": "git",
4646
"subDir": null,
4747
"scope": "leanprover-community",
48-
"rev": "d279b56adead908de8bd086ea46b82895cf4f12c",
48+
"rev": "5d50b08dedd7d69b3d9b3176e0d58a23af228884",
4949
"name": "aesop",
5050
"manifestFile": "lake-manifest.json",
5151
"inputRev": "master",
@@ -55,7 +55,7 @@
5555
"type": "git",
5656
"subDir": null,
5757
"scope": "leanprover-community",
58-
"rev": "aa4c87abed970d9dfad2506000d99d30b02f476b",
58+
"rev": "fa4f7f15d97591a9cf3aa7724ba371c7fc6dda02",
5959
"name": "Qq",
6060
"manifestFile": "lake-manifest.json",
6161
"inputRev": "master",
@@ -65,7 +65,7 @@
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "f523fcb75db2b472cda7d94d6caa5d745b1a0c26",
68+
"rev": "f5d04a9c4973d401c8c92500711518f7c656f034",
6969
"name": "batteries",
7070
"manifestFile": "lake-manifest.json",
7171
"inputRev": "main",
@@ -75,7 +75,7 @@
7575
"type": "git",
7676
"subDir": null,
7777
"scope": "leanprover",
78-
"rev": "aff4176e5c41737a0d73be74ad9feb6a889bfa98",
78+
"rev": "02dbd02bc00ec4916e99b04b2245b30200e200d0",
7979
"name": "Cli",
8080
"manifestFile": "lake-manifest.json",
8181
"inputRev": "main",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ open Lake DSL
1010
require "leanprover-community" / "batteries" @ git "main"
1111
require "leanprover-community" / "Qq" @ git "master"
1212
require "leanprover-community" / "aesop" @ git "master"
13-
require "leanprover-community" / "proofwidgets" @ git "v0.0.56" -- ProofWidgets should always be pinned to a specific version
13+
require "leanprover-community" / "proofwidgets" @ git "v0.0.57" -- ProofWidgets should always be pinned to a specific version
1414
with NameMap.empty.insert `errorOnBuild
1515
"ProofWidgets not up-to-date. \
1616
Please run `lake exe cache get` to fetch the latest ProofWidgets. \

lean-toolchain

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

0 commit comments

Comments
 (0)