diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 19:12:56 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-16 20:27:28 +0100 |
commit | ff4d51ad5b1732d508e955c565fbd2e2baad2ff9 (patch) | |
tree | 34eb299725062fb675dc6afdcf702f90e12ff146 /src/device/pro.rs | |
parent | 41cdc1f7091a3c442241dbb2379c50dbcc7e9c5f (diff) | |
download | nitrokey-rs-ff4d51ad5b1732d508e955c565fbd2e2baad2ff9.tar.gz nitrokey-rs-ff4d51ad5b1732d508e955c565fbd2e2baad2ff9.tar.bz2 |
Update the nitrokey-sys version specification to ~3.4
Previously, we required nitrokey-sys version 3.4, which allows the
upgrade to nitrokey-sys 3.5. Unfortunately, libnitrokey version 3.5,
which is packaged as nitrokey-sys 3.5, introduced breaking changes,
breaking the semantic versioning guarantees and causing compilation
errors if this version is selected.
This patch changes the version specification from 3.4 to ~3.4, i. e. >=
3.4.0, < 3.5.0, to make sure that nitrokey-rs can be compiled without
errors.
Diffstat (limited to 'src/device/pro.rs')
0 files changed, 0 insertions, 0 deletions