Skip to content

Commit b35687e

Browse files
ehildenbclaude
andcommitted
pyk/klean/template/lean-toolchain: pin Lean to v4.30.0
The template's lean-toolchain was `stable`, so `lake build` in the generated project floated to the latest stable Lean. v4.31.0 added `ByteArray.decEq` to core, colliding with the template's own definition and breaking the klean/test_generate integration test. Pin to v4.30.0, the last stable before the conflict. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent bc67786 commit b35687e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pyk/src/pyk/klean/template/{{ cookiecutter.package_name }}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable
1+
leanprover/lean4:v4.30.0

0 commit comments

Comments
 (0)