Skip to content

Commit

Permalink
Merge branch 'master' into _update-deps/runtimeverification/k-web-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
anvacaru authored Oct 10, 2024
2 parents 76c2087 + 4d541d6 commit 34c32ae
Show file tree
Hide file tree
Showing 20 changed files with 541 additions and 264 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
/tests/vm/*.out
.DS_Store
.idea/
.vscode/
2 changes: 1 addition & 1 deletion deps/blockchain-k-plugin_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f1f7edb7cb7286906fe42aa37d2106036cef849f
3492f6deff69f11b64e700cdb6305024fc0fac84
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.142
7.1.156
40 changes: 20 additions & 20 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
description = "A flake for the KEVM Semantics";

inputs = {
k-framework.url = "github:runtimeverification/k/v7.1.142";
k-framework.url = "github:runtimeverification/k/v7.1.156";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
poetry2nix.follows = "k-framework/poetry2nix";
blockchain-k-plugin = {
url =
"github:runtimeverification/blockchain-k-plugin/f1f7edb7cb7286906fe42aa37d2106036cef849f";
"github:runtimeverification/blockchain-k-plugin/3492f6deff69f11b64e700cdb6305024fc0fac84";
inputs.flake-utils.follows = "k-framework/flake-utils";
inputs.nixpkgs.follows = "k-framework/nixpkgs";
};
Expand Down
Loading

0 comments on commit 34c32ae

Please sign in to comment.