Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update dependency: deps/k_release (#743)
Browse files Browse the repository at this point in the history
As of runtimeverification/k#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 Nov 29, 2023
1 parent b93bf31 commit d738681
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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 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 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 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 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 d738681

Please sign in to comment.