Skip to content

Commit 7459c5b

Browse files
Update dependency: deps/k_release (#683)
* deps/k_release: Set Version 7.1.74 * Set Version: 0.1.91 * pykwasm/: sync poetry files 7.1.74 * flake.{nix,lock}: update Nix derivations * deps/k_release: Set Version 7.1.76 * pykwasm/: sync poetry files 7.1.76 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <devops@runtimeverification.com>
1 parent f0734bc commit 7459c5b

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.72
1+
7.1.76

flake.lock

Lines changed: 8 additions & 8 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
@@ -2,7 +2,7 @@
22
description = "K Semantics of WebAssembly";
33

44
inputs = {
5-
k-framework.url = "github:runtimeverification/k/v7.1.72";
5+
k-framework.url = "github:runtimeverification/k/v7.1.76";
66
nixpkgs.follows = "k-framework/nixpkgs";
77
flake-utils.follows = "k-framework/flake-utils";
88
rv-utils.follows = "k-framework/rv-utils";

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.90
1+
0.1.91

pykwasm/poetry.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.

pykwasm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pykwasm"
7-
version = "0.1.90"
7+
version = "0.1.91"
88
description = ""
99
authors = [
1010
"Runtime Verification, Inc. <contact@runtimeverification.com>",
@@ -23,7 +23,7 @@ wasm-semantics = "pykwasm.kdist.plugin"
2323
python = "^3.10"
2424
cytoolz = "^0.12.1"
2525
numpy = "^1.24.2"
26-
kframework = "7.1.72"
26+
kframework = "7.1.76"
2727
py-wasm = { git = "https://github.com/runtimeverification/py-wasm.git", tag="0.2.1" }
2828

2929
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)