Skip to content

Commit 317649c

Browse files
committed
chore: bump toolchain to v4.23.0
1 parent e6e5f29 commit 317649c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lake-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "6e89c7370ca3a91b7d1f29ef7d727a9d027d7b0d",
8+
"rev": "d117e2c28cba42e974bc22568ac999492a34e812",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.23.0-rc2",
11+
"inputRev": "v4.23.0",
1212
"inherited": false,
1313
"configFile": "lakefile.toml"}],
1414
"name": "proofwidgets",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package proofwidgets where
66
buildArchive? := "ProofWidgets4.tar.gz"
77
releaseRepo := "https://github.com/leanprover-community/ProofWidgets4"
88

9-
require "leanprover-community" / "batteries" @ git "v4.23.0-rc2"
9+
require "leanprover-community" / "batteries" @ git "v4.23.0"
1010

1111
def widgetDir : FilePath := "widget"
1212

lean-toolchain

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

0 commit comments

Comments
 (0)