-
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 (#212)
* deps/kwasm_release: Set Version 0.1.14 * deps/wasm-semantics: update submodule v0.1.14 * deps/{k_release,pyk_release}: update versions * kmultiversx/: sync poetry files 0.1.14 * Set Version: 0.1.12 * deps/kwasm_release: Set Version 0.1.15 * deps/wasm-semantics: update submodule v0.1.15 * deps/{k_release,pyk_release}: update versions * kmultiversx/: sync poetry files 0.1.15 --------- Co-authored-by: devops <[email protected]>
- Loading branch information
1 parent
e955f15
commit d221389
Showing
7 changed files
with
62 additions
and
61 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 @@ | ||
6.3.25 | ||
6.3.29 |
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.13 | ||
0.1.15 |
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 @@ | ||
v0.1.685 | ||
v0.1.694 |
Submodule wasm-semantics
updated
from 200fef to 6f1ebe
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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,15 +4,15 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "kmultiversx" | ||
version = "0.1.11" | ||
version = "0.1.12" | ||
description = "Python tools for Elrond semantics" | ||
authors = [ | ||
"Runtime Verification, Inc. <[email protected]>", | ||
] | ||
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.13", subdirectory = "pykwasm" } | ||
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.15", 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.11 | ||
0.1.12 |