Update loot-condition-interpreter to v1.2.1

This commit is contained in:
Oliver Hamlet
2019-01-20 00:49:34 +00:00
parent d908a2b046
commit a7bf878269
+1 -1
View File
@@ -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} &&