From 62f9000412e9016bd2586c18ffe8f06f76fd1b0d Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 14 Nov 2018 21:28:25 +0000 Subject: [PATCH] Update loot-condition-interpreter to v1.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b0e8576..ed16d20f 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.1.0.tar.gz" + URL "https://github.com/loot/loot-condition-interpreter/archive/1.1.1.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&