diff options
| author | Andreas Grois <andi@grois.info> | 2025-11-02 17:00:45 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2025-11-02 17:00:45 +0100 |
| commit | 2539ac49ab6af74b31d91e03d7dbfceedc9c1f02 (patch) | |
| tree | 92c67d346b5ff33e5cdd95b83ae099aac8320976 | |
| parent | eebf50562af5de9779aa11ab2671bc1c917e6000 (diff) | |
Lean 4.21
| -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 0e55485..97933e6 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -5,7 +5,7 @@ "type": "git", "subDir": null, "scope": "", - "rev": "79f6af06385585087f08a7d77eb43d8674c16948", + "rev": "ff5c64836ede27d87dbc56b3869021ad8b0d255b", "name": "BinaryHeap", "manifestFile": "lake-manifest.json", "inputRev": null, diff --git a/lakefile.toml b/lakefile.toml index 6dafdc4..f0a7fba 100644 --- a/lakefile.toml +++ b/lakefile.toml @@ -12,4 +12,4 @@ name = "LeanAStarTest" [[require]] name = "BinaryHeap" git = "http://git.grois.info/BinaryHeap" -revision = "79f6af06385585087f08a7d77eb43d8674c16948"
\ No newline at end of file +revision = "ff5c64836ede27d87dbc56b3869021ad8b0d255b"
\ No newline at end of file diff --git a/lean-toolchain b/lean-toolchain index 6c721df..893a7f3 100644 --- a/lean-toolchain +++ b/lean-toolchain @@ -1 +1 @@ -leanprover/lean4:4.20.1 +leanprover/lean4:4.21.0 |
