From a96ca8700856c261396d71c2c8bf6908852851fa Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Wed, 12 Oct 2022 00:14:35 +0200 Subject: Fix proc-macros2 version so it works with 1.52 The latest proc-macros2 versions are incompatible with Rust 1.52. This fixes the version to 1.0.43. Also update to latest passwordmaker-rs version. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bcd2ef..d6178cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,7 @@ add_custom_command( OUTPUT "${RUST_LIB}" COMMAND ${Cargo_EXECUTABLE} build ${RUST_BUILD_FLAG} DEPENDS rust/Cargo.toml + rust/Cargo.lock ${RustSources} rust/src/interface.rs rust_macro/Cargo.toml -- cgit v1.2.3