Skip to content

Commit c2fc3e2

Browse files
authored
Merge pull request #117 from leanprover-community/bump_to_v4.20.0-rc1
chore: bump toolchain to v4.20.0-rc1
2 parents c491918 + 555cf07 commit c2fc3e2

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": "5a56dfa58c18a1c4c485e5e630f9035e56c0952b",
8+
"rev": "f033799dac3587a6146197b1b6a59bac7a23342e",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "v4.19.0-rc1",
11+
"inputRev": "v4.20.0-rc1",
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.19.0"
9+
require "leanprover-community" / "batteries" @ git "v4.20.0-rc1"
1010

1111
def Lake.Package.widgetDir (pkg : Package) := pkg.dir / "widget"
1212

lean-toolchain

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

0 commit comments

Comments
 (0)