diff --git a/CMakeLists.txt b/CMakeLists.txt index a48118b8..4ed2c25d 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.1.tar.gz" + URL "https://github.com/loot/loot-condition-interpreter/archive/1.2.2.tar.gz" CONFIGURE_COMMAND "" BUILD_IN_SOURCE 1 BUILD_COMMAND cargo build --release --manifest-path ffi/Cargo.toml --target ${RUST_TARGET} &&