Update loot-condition-interpreter to v2.2.2

This commit is contained in:
Oliver Hamlet
2022-02-04 17:22:57 +00:00
parent 938e805816
commit 3d8a6453a4
+1 -1
View File
@@ -100,7 +100,7 @@ ENDIF ()
ExternalProject_Add(loot-condition-interpreter
PREFIX "external"
URL "https://github.com/loot/loot-condition-interpreter/archive/2.2.1.tar.gz"
URL "https://github.com/loot/loot-condition-interpreter/archive/2.2.2.tar.gz"
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&