Skip to content

Commit 0424b3f

Browse files
committed
Undo previous adapations
1 parent e89a3fe commit 0424b3f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

lake-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@
6161
"inputRev": "nightly-testing",
6262
"inherited": false,
6363
"configFile": "lakefile.toml"},
64-
{"url": "https://github.com/leanprover-community/batteries",
64+
{"url": "https://github.com/linesthatinterlace/batteries",
6565
"type": "git",
6666
"subDir": null,
6767
"scope": "leanprover-community",
68-
"rev": "f5cf4c00710674348e5cbe32dfd667fd1833a593",
68+
"rev": "1aad4715463a9ca38e40ab8d1422459298cc9829",
6969
"name": "batteries",
7070
"manifestFile": "lake-manifest.json",
71-
"inputRev": "nightly-testing",
71+
"inputRev": "binary_rewrite",
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 "nightly-testing"
9+
require "leanprover-community" / "batteries" from git "https://github.com/linesthatinterlace/batteries" @ "binary_rewrite"
1010
require "leanprover-community" / "Qq" @ git "nightly-testing"
1111
require "leanprover-community" / "aesop" @ git "nightly-testing"
1212
require "leanprover-community" / "proofwidgets" @ git "v0.0.97"

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:nightly-2026-04-27
1+
leanprover/lean4:v4.30.0-rc2

0 commit comments

Comments
 (0)