diff options
| author | Andreas Grois <andi@grois.info> | 2025-11-16 20:38:05 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-11-16 20:38:05 +0100 |
| commit | d630448964447d0b0953893152873db85db4c9e0 (patch) | |
| tree | 74b4b79bf7b14e5a9f12e6b1ea24dba0630c9ba0 | |
| parent | 088301828d9234c778faac314133922347c0d47f (diff) | |
Lean 4.25
| -rw-r--r-- | lake-manifest.json | 2 | ||||
| -rw-r--r-- | lakefile.toml | 2 | ||||
| -rw-r--r-- | lean-toolchain | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lake-manifest.json b/lake-manifest.json index 8427a2b..8078d58 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,7 +5,7 @@ "type": "git", "subDir": null, "scope": "", - "rev": "90a0fee45356cf5a1a4d29214c7f0f115fddbf23", + "rev": "75f99635f27dbbedae9769395460b33092180b46", "name": "BinaryHeap", "manifestFile": "lake-manifest.json", "inputRev": null, diff --git a/lakefile.toml b/lakefile.toml index f6b0469..91e4800 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -12,4 +12,4 @@ name = "LeanAStarTest" [[require]] name = "BinaryHeap" git = "http://git.grois.info/BinaryHeap" -revision = "429534106cc509d0fb5b79c67da51b432a798243"
\ No newline at end of file +revision = "75f99635f27dbbedae9769395460b33092180b46"
\ No newline at end of file diff --git a/lean-toolchain b/lean-toolchain index 077c4ce..f942ecf 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:4.24.0 +leanprover/lean4:4.25.0 |
