-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Co-authored-by: Virgil <[email protected]> Co-authored-by: Virgil <[email protected]>
- Loading branch information
1 parent
4af77f4
commit 4ec0176
Showing
4 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule plugin
updated
7 files
+1 −0 | .gitignore | |
+8 −1 | Makefile | |
+462 −0 | plugin-c/blake2-avx2.cpp | |
+61 −0 | plugin-c/blake2-generic.cpp | |
+10 −61 | plugin-c/blake2.cpp | |
+10 −1 | plugin-c/blake2.h | |
+1 −1 | tests/krypto-hooks/kryptotest.mak |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.1.18 | ||
0.1.19 |