diff options
| -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 |
