From 7adf4b9e1e9ff4be6827ee7bb994555113fadd69 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sat, 26 Oct 2024 03:47:08 -0700 Subject: [PATCH] chore: update to 2024-10-25 (#727) --- lake-manifest.json | 6 +++--- lakefile.toml | 2 +- lean-toolchain | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lake-manifest.json b/lake-manifest.json index ea3bd51ff..08c3ac6c1 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -75,17 +75,17 @@ "type": "git", "subDir": null, "scope": "", - "rev": "3307c67acbea9ff66f3a40e0c876b4af694000ab", + "rev": "5b391bd6a2dafc56a16caeef82eb19c1c1518104", "name": "mathlib", "manifestFile": "lake-manifest.json", - "inputRev": "nightly-testing-2024-10-24", + "inputRev": "nightly-testing-2024-10-25", "inherited": false, "configFile": "lakefile.lean"}, {"url": "https://github.com/hargoniX/Leanwuzla.git", "type": "git", "subDir": null, "scope": "", - "rev": "a51af40d9a69537b0572d96a9a6c657f6b5b18ea", + "rev": "ca72cbe60f3cf841f243233b5d1bd9592e7d7373", "name": "leanwuzla", "manifestFile": "lake-manifest.json", "inputRev": "main", diff --git a/lakefile.toml b/lakefile.toml index e64e7a949..0e3fe06e3 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -4,7 +4,7 @@ defaultTargets = ["SSA"] [[require]] name = "mathlib" git = "https://github.com/leanprover-community/mathlib4" -rev = "nightly-testing-2024-10-24" +rev = "nightly-testing-2024-10-25" [[require]] name = "Cli" diff --git a/lean-toolchain b/lean-toolchain index d23cac234..33330ffb3 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:nightly-2024-10-24 +leanprover/lean4:nightly-2024-10-25