-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency: deps/kwasm_release (#241)
* deps/kwasm_release: Set Version 0.1.38 * kmultiversx/: sync poetry files 0.1.38 * deps/k_release: sync release file version 7.0.17 * Add target `mx-semantics.source` * Set Version: 0.1.41 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Tamás Tóth <[email protected]>
- Loading branch information
1 parent
a806622
commit f92c286
Showing
6 changed files
with
168 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.0.9 | ||
7.0.17 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.35 | ||
0.1.38 |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kmultiversx" | ||
version = "0.1.40" | ||
version = "0.1.41" | ||
description = "Python tools for Elrond semantics" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
|
@@ -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.35", subdirectory = "pykwasm" } | ||
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.38", subdirectory = "pykwasm" } | ||
pycryptodomex = "^3.18.0" | ||
hypothesis = "^6.82.6" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.40 | ||
0.1.41 |