diff options
| author | Andreas Grois <andi@grois.info> | 2022-10-12 00:14:35 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2022-10-12 00:14:35 +0200 |
| commit | a96ca8700856c261396d71c2c8bf6908852851fa (patch) | |
| tree | 1e6392baef7d05e8b121888e6d045a5357a20bb4 /CMakeLists.txt | |
| parent | 562ec4b97244038e1b5011bf5c43eb06ae5acdca (diff) | |
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.
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
