1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-07-03 11:53:41 +02:00

common/cmake/libantelope.cmake: use version 0.2.1

This commit is contained in:
Henrik Hautakoski 2023-05-31 19:21:05 +02:00
parent b82ba44544
commit 83f09d494c

View file

@ -2,7 +2,7 @@
# Variables # Variables
# -------------------------------- # --------------------------------
set( LIBANTELOPE_GIT_URL "https://github.com/eosswedenorg/libantelope.git" ) set( LIBANTELOPE_GIT_URL "https://github.com/eosswedenorg/libantelope.git" )
set( LIBANTELOPE_WANTED_VERSION v0.2.0 ) set( LIBANTELOPE_WANTED_VERSION v0.2.1 )
# -------------------------------- # --------------------------------
# Macros # Macros