Skip to content

Commit 04eebf4

Browse files
rv-jenkinsrv-auditorpalinatolmach
authored
Update dependency: deps/kevm_release (#625)
* deps/kevm_release: Set Version 1.0.600 * Set Version: 0.1.311 * Sync Poetry files: kevm-pyk version 1.0.600 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.312 --------- Co-authored-by: devops <[email protected]> Co-authored-by: Palina Tolmach <[email protected]>
1 parent 71adb1a commit 04eebf4

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

deps/kevm_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.599
1+
1.0.600

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Kontrol";
33

44
inputs = {
5-
kevm.url = "github:runtimeverification/evm-semantics/v1.0.599";
5+
kevm.url = "github:runtimeverification/evm-semantics/v1.0.600";
66
nixpkgs.follows = "kevm/nixpkgs";
77
nixpkgs-pyk.follows = "kevm/nixpkgs-pyk";
88
k-framework.follows = "kevm/k-framework";

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.311
1+
0.1.312

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kontrol"
7-
version = "0.1.311"
7+
version = "0.1.312"
88
description = "Foundry integration for KEVM"
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
1111
]
1212

1313
[tool.poetry.dependencies]
1414
python = "^3.10"
15-
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.599", subdirectory = "kevm-pyk" }
15+
kevm-pyk = { git = "https://github.com/runtimeverification/evm-semantics.git", tag = "v1.0.600", subdirectory = "kevm-pyk" }
1616

1717
[tool.poetry.group.dev.dependencies]
1818
autoflake = "*"

src/kontrol/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
if TYPE_CHECKING:
66
from typing import Final
77

8-
VERSION: Final = '0.1.311'
8+
VERSION: Final = '0.1.312'

0 commit comments

Comments
 (0)