Skip to content

Commit 8944a54

Browse files
Update dependency: deps/kwasm_release (#326)
* deps/kwasm_release: Set Version 0.1.105 * Set Version: 0.1.115 * kmultiversx/: sync poetry files 0.1.105 * deps/k_release: sync release file version 7.1.137 * flake.{nix,lock}: update Nix derivations * deps/kwasm_release: Set Version 0.1.106 * kmultiversx/: sync poetry files 0.1.106 * deps/k_release: sync release file version 7.1.140 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]>
1 parent 16854c9 commit 8944a54

File tree

7 files changed

+71
-69
lines changed

7 files changed

+71
-69
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.129
1+
7.1.140

deps/kwasm_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.103
1+
0.1.106

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 MultiversX";
33

44
inputs = {
5-
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.103";
5+
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.106";
66
k-framework.follows = "wasm-semantics/k-framework";
77
nixpkgs.follows = "k-framework/nixpkgs";
88
flake-utils.follows = "k-framework/flake-utils";

kmultiversx/poetry.lock

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

kmultiversx/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 = "kmultiversx"
7-
version = "0.1.114"
7+
version = "0.1.115"
88
description = "Python tools for Elrond semantics"
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -20,7 +20,7 @@ mx-semantics = "kmultiversx.kdist.plugin"
2020

2121
[tool.poetry.dependencies]
2222
python = "^3.10"
23-
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.103", subdirectory = "pykwasm" }
23+
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.106", subdirectory = "pykwasm" }
2424
pycryptodomex = "^3.18.0"
2525
hypothesis = "^6.82.6"
2626
exceptiongroup = "==1.2.1"

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.114
1+
0.1.115

0 commit comments

Comments
 (0)