Skip to content

Commit

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

* Set Version: 0.1.77

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

* deps/k_release: sync release file version 7.1.72

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

---------

Co-authored-by: devops <[email protected]>
  • Loading branch information
rv-jenkins and devops authored Jul 22, 2024
1 parent 8db0faa commit 212b0a8
Show file tree
Hide file tree
Showing 7 changed files with 88 additions and 88 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.70
7.1.72
2 changes: 1 addition & 1 deletion deps/mx-semantics_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.99
0.1.100
110 changes: 55 additions & 55 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.70";
pyk.url = "github:runtimeverification/k/v7.1.70?dir=pyk";
k-framework.url = "github:runtimeverification/k/v7.1.72";
pyk.url = "github:runtimeverification/k/v7.1.72?dir=pyk";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.99";
mx-semantics.url = "github:runtimeverification/mx-semantics/v0.1.100";
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 212b0a8

Please sign in to comment.