Narigo / keepass-diff

A CLI-tool to diff Keepass (.kdbx) files. Useful, if syncing with Dropbox or NextCloud and getting multiple files due to conflicts.
https://keepass-diff.narigo.dev/
MIT License
306 stars 28 forks source link

Set fixed version to circumvent incompatibility with newer version #26

Closed peterjeschke closed 4 years ago

peterjeschke commented 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.

peterjeschke commented 4 years ago

Fixes #25

Narigo commented 4 years ago

Thanks a lot for this! I'll try to release a new patch version today