Skip to content

Commit 16eba1d

Browse files
rv-jenkinsrv-auditortothtamas28
authored
Update dependency: deps/k_release (#55)
Update `kframework` to `7.1.298`. --------- Co-authored-by: devops <devops@runtimeverification.com> Co-authored-by: Tamás Tóth <tothtamas28@users.noreply.github.com>
1 parent a0bc21e commit 16eba1d

6 files changed

Lines changed: 49 additions & 43 deletions

File tree

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.288
1+
7.1.298

examples/specs/imp-sum-spec.k

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module IMP-SUM-SPEC
1818
$s |-> (S:Int => S +Int ((N +Int 1) *Int N /Int 2))
1919
</env>
2020
requires N >=Int 0
21+
[circularity]
2122

2223
claim [two-sum-spec]:
2324
<k>
@@ -41,5 +42,6 @@ module IMP-SUM-SPEC
4142
</env>
4243
requires N >=Int 0
4344
andBool M >=Int 0
45+
[circularity]
4446

4547
endmodule

flake.lock

Lines changed: 37 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
nixpkgs.follows = "rv-nix-tools/nixpkgs";
66

77
flake-utils.url = "github:numtide/flake-utils";
8-
k-framework.url = "github:runtimeverification/k/v7.1.288";
8+
k-framework.url = "github:runtimeverification/k/v7.1.298";
99
k-framework.inputs.nixpkgs.follows = "nixpkgs";
1010
uv2nix.url = "github:pyproject-nix/uv2nix/b6ed0901aec29583532abe65117b18d86a49b617";
1111
# uv2nix requires a newer version of nixpkgs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = ""
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12-
"kframework==7.1.288",
12+
"kframework==7.1.298",
1313
]
1414

1515
[[project.authors]]

uv.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)