Skip to content

Commit

Permalink
Update dependency: deps/plugin (#218)
Browse files Browse the repository at this point in the history
* deps/plugin: Set Version da74e13951883cecbbc23a941d0fe1bb48821afe

* Set Version: 0.1.18

* Set Version: 0.1.19

* deps/plugin: Set Version 247588a696bdb7fcfc170c93a59bd86927a91b3c

* Fix Makefile

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Virgil <[email protected]>
Co-authored-by: Virgil <[email protected]>
  • Loading branch information
4 people authored Mar 22, 2024
1 parent 4af77f4 commit 4ec0176
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ LLVM_KOMPILE_OPTS := -L$(LOCAL_LIB) \
$(PLUGIN_SUBMODULE)/plugin-c/plugin_util.cpp \
$(PLUGIN_SUBMODULE)/plugin-c/crypto.cpp \
$(PLUGIN_SUBMODULE)/plugin-c/blake2.cpp \
$(PLUGIN_SUBMODULE)/plugin-c/blake2-generic.cpp \
-g -std=c++17 -lff -lcryptopp -lsecp256k1 \
-lssl -lcrypto -lprocps

Expand Down
2 changes: 1 addition & 1 deletion deps/plugin
2 changes: 1 addition & 1 deletion kmultiversx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kmultiversx"
version = "0.1.18"
version = "0.1.19"
description = "Python tools for Elrond semantics"
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.18
0.1.19

0 comments on commit 4ec0176

Please sign in to comment.