Skip to content

Commit 16b2d11

Browse files
Update dependency: deps/k_release (#58)
Update `kframework` to `7.1.219`. --------- Co-authored-by: devops <[email protected]>
1 parent 20cb2ba commit 16b2d11

File tree

4 files changed

+48
-47
lines changed

4 files changed

+48
-47
lines changed

deps/k_release

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.212
1+
7.1.219

package/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.46
1+
0.1.47

poetry.lock

+44-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "kriscv"
7-
version = "0.1.46"
7+
version = "0.1.47"
88
description = "K tooling for the RISC-V architecture"
99
authors = [
1010
"Runtime Verification, Inc. <[email protected]>",
@@ -18,7 +18,7 @@ riscv-semantics = "kriscv.kdist.plugin"
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.10"
21-
kframework = "7.1.212"
21+
kframework = "7.1.219"
2222
pyyaml = "^6.0.1"
2323
types-pyyaml = "^6.0.12.20240311"
2424
filelock = "^3.14.0"

0 commit comments

Comments
 (0)