Update loot-condition-interpreter to v2.1.1

It makes CRC calculation much faster for larger files.
This commit is contained in:
Oliver Hamlet
2020-06-14 00:20:09 +01:00
parent c7cc5a396a
commit ccd6e94d84
+1 -1
View File
@@ -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} &&