From 4ec0176287d917b6bbbbb2abfafbb378df780889 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Fri, 22 Mar 2024 11:42:52 -0600 Subject: [PATCH] Update dependency: deps/plugin (#218) * 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 Co-authored-by: Virgil <25692529+virgil-serbanuta@users.noreply.github.com> Co-authored-by: Virgil --- Makefile | 1 + deps/plugin | 2 +- kmultiversx/pyproject.toml | 2 +- package/version | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2603dfda..7fdfd50f 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/deps/plugin b/deps/plugin index 05c2003c..247588a6 160000 --- a/deps/plugin +++ b/deps/plugin @@ -1 +1 @@ -Subproject commit 05c2003c23c4a8fa1ddd3fb497cd610f03dadb05 +Subproject commit 247588a696bdb7fcfc170c93a59bd86927a91b3c diff --git a/kmultiversx/pyproject.toml b/kmultiversx/pyproject.toml index e7b56dd6..bf02a9c4 100644 --- a/kmultiversx/pyproject.toml +++ b/kmultiversx/pyproject.toml @@ -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. ", diff --git a/package/version b/package/version index f8bc4c62..d8a023ec 100644 --- a/package/version +++ b/package/version @@ -1 +1 @@ -0.1.18 +0.1.19