From 98eaf71502afeb4f14eb4f7bc365e3211b5709fb Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Mon, 21 May 2018 00:53:34 +0200 Subject: Update nitrokey-sys dependency to v3.3.0 Now libnitrokey v3.3 is compiled from source, fixing the problems with older libnitrokey versions (freeing strings, firmware version getter). Also, bindgen is no longer a build dependency. This makes the build process a lot faster. --- src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index fdc7954..eb5ec5f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -489,8 +489,6 @@ pub trait Device { } /// Returns the major part of the firmware version (should be zero). - /// Note that this method is buggy for libnitrokey older than v3.3. For - /// these versions, this method returns the minor part. /// /// # Example /// -- cgit v1.2.1