From 6c1b68c5c3abb676d86f1d72cb9693352d06eb46 Mon Sep 17 00:00:00 2001 From: Ronald Holshausen Date: Mon, 24 Jun 2024 16:49:58 +1000 Subject: [PATCH] chore: CMake should not update the lock file --- rust/pact_ffi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/pact_ffi/CMakeLists.txt b/rust/pact_ffi/CMakeLists.txt index bc751ce04..e9fe03edb 100644 --- a/rust/pact_ffi/CMakeLists.txt +++ b/rust/pact_ffi/CMakeLists.txt @@ -226,6 +226,7 @@ add_custom_command( OUTPUT ${CARGO_LIBRARY_FILE} COMMAND ${CARGO_EXECUTABLE} + --locked build ${CARGO_BUILD_TYPE} --target-dir ${CARGO_TARGET_DIR}