diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-07-04 10:25:54 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-07-04 12:34:11 +0200 |
commit | cd68e9fae6097a7938d5ca127b43942a20f2235f (patch) | |
tree | 8a127bb97beb55a9f44d348febdb49abc1c5eb21 /build.rs | |
parent | fe86df47853718983e1f45d6a4289a1d93ace45c (diff) | |
download | nitrokey-sys-rs-cd68e9fae6097a7938d5ca127b43942a20f2235f.tar.gz nitrokey-sys-rs-cd68e9fae6097a7938d5ca127b43942a20f2235f.tar.bz2 |
Update to libnitrokey v3.5
This patch updates libnitrokey from version 3.4.1 to version 3.5 and
lists all API changes in the changelog.
Diffstat (limited to 'build.rs')
-rw-r--r-- | build.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,8 +25,8 @@ impl string::ToString for Version { const LIBNITROKEY_VERSION: Version = Version { major: 3, - minor: 4, - patch: Some(1), + minor: 5, + patch: None, }; fn prepare_version_source( |