From a7bf878269a028d8dc38e9204f5dec08a6dddf22 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 20 Jan 2019 00:49:34 +0000 Subject: [PATCH] Update loot-condition-interpreter to v1.2.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a64ae55..a48118b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ ENDIF () ExternalProject_Add(loot-condition-interpreter PREFIX "external" - URL "https://github.com/loot/loot-condition-interpreter/archive/1.2.0.tar.gz" + URL "https://github.com/loot/loot-condition-interpreter/archive/1.2.1.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&