From 918a68b0aafa7119935593d90e8a15007556f29d Mon Sep 17 00:00:00 2001 From: leanprover-community-mathlib4-bot Date: Sun, 1 Dec 2024 19:29:21 +0000 Subject: [PATCH] Update Batteries branch for testing https://github.com/leanprover-community/batteries/pull/799 --- lake-manifest.json | 6 +++--- lakefile.lean | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index 7e9d6679c79f6..6ddfeee40277e 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -61,14 +61,14 @@ "inputRev": "master", "inherited": false, "configFile": "lakefile.lean"}, - {"url": "https://github.com/leanprover-community/batteries", + {"url": "https://github.com/FR-vdash-bot/std4", "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "f46c0445cc86ad2bc973edf8c5b2bd88bd91913b", + "rev": "0c1b7dad5a102b94e30a37ed115caab476460aab", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "main", + "inputRev": "binaryRec", "inherited": false, "configFile": "lakefile.toml"}, {"url": "https://github.com/leanprover/lean4-cli", diff --git a/lakefile.lean b/lakefile.lean index cab011aba5693..e72dce0fca38e 100644 --- a/lakefile.lean +++ b/lakefile.lean @@ -7,7 +7,7 @@ open Lake DSL ## Mathlib dependencies on upstream projects -/ -require "leanprover-community" / "batteries" @ git "main" +require "leanprover-community" / "batteries" from git "https://github.com/FR-vdash-bot/std4" @ "binaryRec" require "leanprover-community" / "Qq" @ git "master" require "leanprover-community" / "aesop" @ git "master" require "leanprover-community" / "proofwidgets" @ git "v0.0.46"