Skip to content

Commit 755836f

Browse files
Update Batteries branch for testing leanprover-community/batteries#1668
1 parent 6c7376c commit 755836f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lake-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
"inputRev": "master",
6262
"inherited": false,
6363
"configFile": "lakefile.toml"},
64-
{"url": "https://github.com/leanprover-community/batteries",
64+
{"url": "https://github.com/thorimur/batteries",
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "78a9bfe6b811fece2e00bf2c92e30729eeb8dc4e",
68+
"rev": "ca06f07005de6b36b8a5aed80098bc598c02d22c",
6969
"name": "batteries",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "main",
71+
"inputRev": "runLinter-perf-experiments",
7272
"inherited": false,
7373
"configFile": "lakefile.toml"},
7474
{"url": "https://github.com/leanprover/lean4-cli",

lakefile.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ open Lake DSL
66
## Mathlib dependencies on upstream projects
77
-/
88

9-
require "leanprover-community" / "batteries" @ git "main"
9+
require "leanprover-community" / "batteries" from git "https://github.com/thorimur/batteries" @ "runLinter-perf-experiments"
1010
require "leanprover-community" / "Qq" @ git "master"
1111
require "leanprover-community" / "aesop" @ git "master"
1212
require "leanprover-community" / "proofwidgets" @ git "v0.0.86" -- ProofWidgets should always be pinned to a specific version

0 commit comments

Comments
 (0)