diff options
| author | Andreas Grois <andi@grois.info> | 2025-04-13 12:04:37 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-04-13 12:04:37 +0200 |
| commit | 6cab1cf9fd9de67f53f9a20a56dc91da38e3544b (patch) | |
| tree | 4ba27a187c7cb7befa416045fc5338b5001ef79d | |
| parent | 0f1e30d0ab59a518c52eb64b0042eec4d212ef2f (diff) | |
Lean 4.16
| -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 3283b80..4fc7403 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,7 +5,7 @@ "type": "git", "subDir": null, "scope": "", - "rev": "fe30e1dc0a0070452edce74331aa3df21a6b8f7c", + "rev": "a2fcff2dbe3561e3a51b810b3f0577ba99ef5e78", "name": "BinaryHeap", "manifestFile": "lake-manifest.json", "inputRev": null, diff --git a/lakefile.toml b/lakefile.toml index 606cee8..309de7d 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -15,4 +15,4 @@ name = "LeanAStarTest" [[require]] name = "BinaryHeap" git = "https://github.com/soulsource/BinaryHeap" -revision = "fe30e1dc0a0070452edce74331aa3df21a6b8f7c"
\ No newline at end of file +revision = "a2fcff2dbe3561e3a51b810b3f0577ba99ef5e78"
\ No newline at end of file diff --git a/lean-toolchain b/lean-toolchain index f1f4005..b1c65af 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:4.15.0 +leanprover/lean4:4.16.0 |
