Skip to content

Commit b4d9989

Browse files
Update Batteries branch for testing leanprover-community/batteries#1052
1 parent fe4de19 commit b4d9989

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
@@ -1,14 +1,14 @@
11
{"version": "1.1.0",
22
"packagesDir": ".lake/packages",
33
"packages":
4-
[{"url": "https://github.com/leanprover-community/batteries",
4+
[{"url": "https://github.com/urkud/std4",
55
"type": "git",
66
"subDir": null,
77
"scope": "leanprover-community",
8-
"rev": "b100ff2565805e9f30a482788b3fc66937a7f38a",
8+
"rev": "8d5b414077781c2f05f5b34b0df9b2b919c04b87",
99
"name": "batteries",
1010
"manifestFile": "lake-manifest.json",
11-
"inputRev": "main",
11+
"inputRev": "YK-ischain",
1212
"inherited": false,
1313
"configFile": "lakefile.toml"},
1414
{"url": "https://github.com/leanprover-community/quote4",

lakefile.lean

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

10-
require "leanprover-community" / "batteries" @ git "main"
10+
require "leanprover-community" / "batteries" from git "https://github.com/urkud/std4" @ "YK-ischain"
1111
require "leanprover-community" / "Qq" @ git "master"
1212
require "leanprover-community" / "aesop" @ git "master"
1313
require "leanprover-community" / "proofwidgets" @ git "v0.0.46"

0 commit comments

Comments
 (0)