Skip to content

Commit

Permalink
use mx-semantics from branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Jul 8, 2024
1 parent 7e02b3f commit 79c6328
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions kmxwasm/poetry.lock

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

3 changes: 2 additions & 1 deletion kmxwasm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ pytest-kmxwasm = "kmxwasm.testing.fixtures"

[tool.poetry.dependencies]
python = "^3.10"
kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", tag = "v0.1.91", subdirectory = "kmultiversx" }
#kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", tag = "v0.1.91", subdirectory = "kmultiversx" }
kmultiversx = { git = "https://github.com/runtimeverification/mx-semantics.git", branch = "HOTFIX-refactor-getbuffer-rules", subdirectory = "kmultiversx" }

[tool.poetry.group.dev.dependencies]
autoflake = "*"
Expand Down

0 comments on commit 79c6328

Please sign in to comment.