Skip to content

Commit

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

* Set Version: 0.1.3

* Sync Poetry files 0.1.51

* deps/k_release: sync release file version 7.0.67

* deps/kwasm_release: Set Version 0.1.52

* Sync Poetry files 0.1.52

* Sync Poetry files 0.1.52

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored May 16, 2024
1 parent 703aaa5 commit 4c87bf9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.56
7.0.67
2 changes: 1 addition & 1 deletion deps/kwasm_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.50
0.1.52
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
24 changes: 12 additions & 12 deletions 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 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 = "ksoroban"
version = "0.1.2"
version = "0.1.3"
description = "K tooling for the Soroban platform"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand All @@ -15,7 +15,7 @@ soroban-semantics = "ksoroban.kdist.plugin"

[tool.poetry.dependencies]
python = "^3.10"
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.50", subdirectory = "pykwasm" }
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.52", subdirectory = "pykwasm" }

[tool.poetry.group.dev.dependencies]
autoflake = "*"
Expand Down

0 comments on commit 4c87bf9

Please sign in to comment.