Skip to content

Commit

Permalink
Update dependency: deps/kwasm_release (#286)
Browse files Browse the repository at this point in the history
* deps/kwasm_release: Set Version 0.1.61

* Set Version: 0.1.79

* kmultiversx/: sync poetry files 0.1.61

* flake.{nix,lock}: update Nix derivations

* deps/kwasm_release: Set Version 0.1.62

* kmultiversx/: sync poetry files 0.1.62

* flake.{nix,lock}: update Nix derivations

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored Jun 13, 2024
1 parent f5d7ad2 commit 261cbeb
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion deps/kwasm_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.60
0.1.62
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "K Semantics of MultiversX";

inputs = {
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.60";
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.62";
k-framework.url = "github:runtimeverification/k/v7.0.120";
pyk.url = "github:runtimeverification/k/v7.0.120?dir=pyk";
nixpkgs.follows = "k-framework/nixpkgs";
Expand Down
16 changes: 8 additions & 8 deletions kmultiversx/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions kmultiversx/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 = "kmultiversx"
version = "0.1.78"
version = "0.1.79"
description = "Python tools for Elrond semantics"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand All @@ -20,7 +20,7 @@ mx-semantics = "kmultiversx.kdist.plugin"

[tool.poetry.dependencies]
python = "^3.10"
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.60", subdirectory = "pykwasm" }
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.62", subdirectory = "pykwasm" }
pycryptodomex = "^3.18.0"
hypothesis = "^6.82.6"

Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.78
0.1.79

0 comments on commit 261cbeb

Please sign in to comment.