From fef485248a855099b82324d2b50bb069c5b3cc1b Mon Sep 17 00:00:00 2001 From: Kim Morrison Date: Mon, 4 Nov 2024 12:03:39 +1100 Subject: [PATCH] update --- lake-manifest.json | 4 ++-- lakefile.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index ff29419..3f38ab0 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -15,10 +15,10 @@ "type": "git", "subDir": null, "scope": "leanprover-community", - "rev": "6537a38dc29c61ca0cc2fd6061bb800e654397ae", + "rev": "76e9ebe4176d29cb9cc89c669ab9f1ce32b33c3d", "name": "batteries", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing", + "inputRev": "main", "inherited": false, "configFile": "lakefile.toml"}], "name": "importGraph", diff --git a/lakefile.toml b/lakefile.toml index d2f8ff6..4ba7fd5 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -14,7 +14,7 @@ rev = "nightly" [[require]] name = "batteries" scope = "leanprover-community" -rev = "nightly-testing" +rev = "main" [[lean_lib]] name = "ImportGraph"