From af5f83012875c50d68f56cfbaca970f4a952c2be Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 5 Oct 2019 14:55:34 +0100 Subject: [PATCH] Upgrade loot-condition-interpreter to v2.1.0 This adds support for the is_master condition function. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74742c10..fd9e0fba 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.0.1.tar.gz" + URL "https://github.com/loot/loot-condition-interpreter/archive/2.1.0.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&