Skip to content

Commit

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

* Set Version: 0.1.95

* kmultiversx/: sync poetry files 0.1.84

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

* deps/kwasm_release: Set Version 0.1.85

* kmultiversx/: sync poetry files 0.1.85

* deps/k_release: sync release file version 7.1.59

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

* Set Version: 0.1.97

* pin exceptiongroup dependency to avoid nix trouble

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Jost Berthold <[email protected]>
  • Loading branch information
3 people authored Jul 17, 2024
1 parent bf76305 commit c325b91
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 98 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.54
7.1.59
2 changes: 1 addition & 1 deletion deps/kwasm_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.83
0.1.85
48 changes: 24 additions & 24 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,9 +2,9 @@
description = "K Semantics of MultiversX";

inputs = {
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.83";
k-framework.url = "github:runtimeverification/k/v7.1.54";
pyk.url = "github:runtimeverification/k/v7.1.54?dir=pyk";
wasm-semantics.url = "github:runtimeverification/wasm-semantics/v0.1.85";
k-framework.url = "github:runtimeverification/k/v7.1.59";
pyk.url = "github:runtimeverification/k/v7.1.59?dir=pyk";
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 c325b91

Please sign in to comment.