aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2018-05-21 00:53:34 +0200
committerRobin Krahl <me@robin-krahl.de>2018-05-21 01:02:11 +0200
commit98eaf71502afeb4f14eb4f7bc365e3211b5709fb (patch)
tree9c3916298879769dd1adee622f007caae975eb11 /README.md
parent96b2f4bd20f81fdc1e57c004cd66d90221be6f87 (diff)
downloadnitrokey-rs-98eaf71502afeb4f14eb4f7bc365e3211b5709fb.tar.gz
nitrokey-rs-98eaf71502afeb4f14eb4f7bc365e3211b5709fb.tar.bz2
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1cd8e24..ff4f3b9 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,8 @@ nitrokey = "0.1.0"
## Compatibility
-In order to use this crate, a [`libnitrokey`][] installation is required
-(both development headers and library). The crate is developed using version
-3.2, but any newer version should work too.
+The required [`libnitrokey`][] version is built from source. The host system
+must provide `libhidapi-libusb0` in the default library search path.
As I only have access to a Nitrokey Pro, this crate only provides support for
the Nitrokey Pro methods. If you want to contribute for the Nitrokey Storage,