Skip to content

Commit

Permalink
Update dependency: deps/mx-semantics_release (#165)
Browse files Browse the repository at this point in the history
* deps/mx-semantics_release: Set Version 0.1.88

* Set Version: 0.1.71

* kmxwasm/{pyproject.toml,poetry.lock}: sync Poetry files

* deps/k_release: sync release file version 7.1.30

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

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored Jun 28, 2024
1 parent b180e42 commit 0982247
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 121 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.21
7.1.30
2 changes: 1 addition & 1 deletion deps/mx-semantics_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.87
0.1.88
118 changes: 59 additions & 59 deletions flake.lock

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

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
description = "kmxwasm - Symbolic execution for the MulitversX blockchain with the Wasm semantics, using pyk.";

inputs = {
k-framework.url = "github:runtimeverification/k/v7.1.21";
pyk.url = "github:runtimeverification/k/v7.1.21?dir=pyk";
k-framework.url = "github:runtimeverification/k/v7.1.30";
pyk.url = "github:runtimeverification/k/v7.1.30?dir=pyk";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.87";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.88";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.url = "github:runtimeverification/rv-nix-tools";
Expand Down
Loading

0 comments on commit 0982247

Please sign in to comment.