Skip to content

Commit

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

* Set Version: 0.1.35

* Sync Poetry files 0.1.107

* deps/k_release: sync release file version 7.1.149

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

* deps/kwasm_release: Set Version 0.1.108

* Sync Poetry files 0.1.108

* deps/k_release: sync release file version 7.1.151

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

* deps/kwasm_release: Set Version 0.1.109

* Sync Poetry files 0.1.109

* deps/k_release: sync release file version 7.1.155

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

* deps/kwasm_release: Set Version 0.1.110

* Sync Poetry files 0.1.110

* deps/k_release: sync release file version 7.1.158

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

* deps/kwasm_release: Set Version 0.1.111

* Sync Poetry files 0.1.111

* deps/k_release: sync release file version 7.1.164

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

* Dockerfile: fix stellar cli installation instructions

* Sync Poetry files 0.1.111

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

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Burak Bilge Yalcinkaya <[email protected]>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent 2c0fc8d commit 3b0992b
Show file tree
Hide file tree
Showing 8 changed files with 225 additions and 227 deletions.
3 changes: 1 addition & 2 deletions .github/actions/with-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ RUN wget -O rustup.sh https://sh.rustup.rs && \

ENV PATH="/home/user/.cargo/bin:${PATH}"

RUN cargo install --locked cargo-binstall
RUN cargo binstall -y stellar-cli
RUN cargo install --locked stellar-cli --features opt
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.137
7.1.164
2 changes: 1 addition & 1 deletion deps/kwasm_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.105
0.1.111
62 changes: 31 additions & 31 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "komet - K tooling for the Soroban platform";

inputs = {
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.105";
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.111";
k-framework.follows = "wasm-semantics/k-framework";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.34
0.1.35
Loading

0 comments on commit 3b0992b

Please sign in to comment.