From 9650343028d18f269205dbeeb6354deec3820a94 Mon Sep 17 00:00:00 2001 From: Tristan Date: Mon, 6 Sep 2021 13:36:32 -0700 Subject: [PATCH] Update to Tacent v0.8.10. New release of Bip39Tools. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71318b2..1d4289b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ include(FetchContent) FetchContent_Declare( tacent GIT_REPOSITORY https://github.com/bluescan/tacent.git - GIT_TAG v0.8.9 + GIT_TAG v0.8.10 ) FetchContent_MakeAvailable(tacent)