Skip to content

Commit a3ccbd6

Browse files
rv-jenkinsrv-auditorehildenb
authored
Update dependency: deps/kwasm_release (#80)
* deps/kwasm_release: Set Version 0.1.128 * Set Version: 0.1.66 * Sync Poetry files 0.1.128 * deps/k_release: sync release file version 7.1.257 * flake.{nix,lock}: update Nix derivations * deps/soroban-examples: update submodule * Sync Poetry files 0.1.128 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> Co-authored-by: Everett Hildenbrandt <[email protected]>
1 parent 28d90a4 commit a3ccbd6

File tree

8 files changed

+112
-112
lines changed

8 files changed

+112
-112
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.253
1+
7.1.257

deps/kwasm_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.127
1+
0.1.128

deps/soroban-examples

Submodule soroban-examples updated 134 files

flake.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "komet - K tooling for the Soroban platform";
33

44
inputs = {
5-
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.127";
5+
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.128";
66
k-framework.follows = "wasm-semantics/k-framework";
77
nixpkgs.follows = "k-framework/nixpkgs";
88
flake-utils.follows = "k-framework/flake-utils";

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.65
1+
0.1.66

poetry.lock

Lines changed: 90 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "komet"
7-
version = "0.1.65"
7+
version = "0.1.66"
88
description = "K tooling for the Soroban platform"
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -18,7 +18,7 @@ soroban-semantics = "komet.kdist.plugin"
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.10"
21-
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.127", subdirectory = "pykwasm" }
21+
pykwasm = { git = "https://github.com/runtimeverification/wasm-semantics.git", tag = "v0.1.128", subdirectory = "pykwasm" }
2222

2323
[tool.poetry.group.dev.dependencies]
2424
autoflake = "*"

0 commit comments

Comments
 (0)