Skip to content

Commit

Permalink
Update dependency: deps/k_release (runtimeverification/pyk#743)
Browse files Browse the repository at this point in the history
As of #3812 (`v6.1.29`), K
does not not do configuration concretization on claims unless it has
cells. A test spec is updated accordingly.

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Tamás Tóth <[email protected]>
  • Loading branch information
3 people authored and Baltoli committed Apr 10, 2024
1 parent 3e7ec53 commit a367822
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyk/deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.26
6.1.30
2 changes: 1 addition & 1 deletion pyk/package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.515
0.1.516
2 changes: 1 addition & 1 deletion pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "pyk"
version = "0.1.515"
version = "0.1.516"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion pyk/src/pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


K_VERSION: Final = '6.1.26'
K_VERSION: Final = '6.1.30'
4 changes: 2 additions & 2 deletions pyk/src/tests/integration/k-files/non-det-spec.k
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module NON-DET-SPEC
imports NON-DET

claim [non-det]: a => f
endmodule
claim [non-det]: <k> a => f </k>
endmodule

0 comments on commit a367822

Please sign in to comment.