A CLI-tool to diff Keepass (.kdbx) files. Useful, if syncing with Dropbox or NextCloud and getting multiple files due to conflicts.
306
stars
28
forks
source link
Set fixed version to circumvent incompatibility with newer version #26
Closed
peterjeschke closed 4 years ago
The code should be updated to use the newer version, but this works as a quick fix.
By default, Cargo.toml will pick the latest patch version, which is incompatible. The equals sign forces cargo to use that exact version.