From cd68e9fae6097a7938d5ca127b43942a20f2235f Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 4 Jul 2019 10:25:54 +0000 Subject: 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. --- build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.rs') diff --git a/build.rs b/build.rs index defce72..a9d0778 100644 --- a/build.rs +++ b/build.rs @@ -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( -- cgit v1.2.1