From ccd6e94d843f7940fed1bf512f7b55904c9851cf Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 14 Jun 2020 00:20:09 +0100 Subject: [PATCH] Update loot-condition-interpreter to v2.1.1 It makes CRC calculation much faster for larger files. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 86234a60..5d2ad23f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,7 @@ ENDIF () ExternalProject_Add(loot-condition-interpreter PREFIX "external" - URL "https://github.com/loot/loot-condition-interpreter/archive/2.1.0.tar.gz" + URL "https://github.com/loot/loot-condition-interpreter/archive/2.1.1.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&