Skip to content

Commit

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

* Set Version: 0.1.99

* kmultiversx/: sync poetry files 0.1.87

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

* deps/kwasm_release: Set Version 0.1.88

* kmultiversx/: sync poetry files 0.1.88

* deps/k_release: sync release file version 7.1.68

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

* deps/kwasm_release: Set Version 0.1.89

* kmultiversx/: sync poetry files 0.1.89

* deps/k_release: sync release file version 7.1.70

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

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored Jul 19, 2024
1 parent 1467b50 commit 52dc83d
Show file tree
Hide file tree
Showing 7 changed files with 75 additions and 74 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.65
7.1.70
2 changes: 1 addition & 1 deletion deps/kwasm_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.86
0.1.89
48 changes: 24 additions & 24 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
description = "K Semantics of MultiversX";

inputs = {
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.86";
k-framework.url = "github:runtimeverification/k/v7.1.65";
pyk.url = "github:runtimeverification/k/v7.1.65?dir=pyk";
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.89";
k-framework.url = "github:runtimeverification/k/v7.1.70";
pyk.url = "github:runtimeverification/k/v7.1.70?dir=pyk";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.url = "github:runtimeverification/rv-nix-tools";
Expand Down
85 changes: 43 additions & 42 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.98"
version = "0.1.99"
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.86", subdirectory = "pykwasm" }
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.89", subdirectory = "pykwasm" }
pycryptodomex = "^3.18.0"
hypothesis = "^6.82.6"
exceptiongroup = "==1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.98
0.1.99

0 comments on commit 52dc83d

Please sign in to comment.