diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-12-27 23:06:30 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-12-27 23:06:30 +0100 |
commit | 1a49f8780bbd0e2c4f8e1414fd7459c85a89b35d (patch) | |
tree | 12f68520b03f265254ebf66052bcb53fb7bed019 | |
parent | e82bcb9c8a7ffd0b3387de242c552c84839eaa17 (diff) | |
download | nitrokey-rs-1a49f8780bbd0e2c4f8e1414fd7459c85a89b35d.tar.gz nitrokey-rs-1a49f8780bbd0e2c4f8e1414fd7459c85a89b35d.tar.bz2 |
Document Minium Supported Rust Version in readme file
The version 1.34.2 is picked arbitrarily as it is the Rust version in
Debian buster and nitrocli is known to work with it. Earlier versions
might work too, but they might break with any future release.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -63,6 +63,10 @@ Thanks to Nitrokey UG for providing a Nitrokey Storage to support the development of this crate. Thanks to Daniel Mueller for contributions to `nitrokey-rs` and for the `nitrokey-test` crate. +## Minimum Supported Rust Version + +This crate supports Rust 1.34.2 or later. + ## Contact For bug reports, patches, feature requests or other messages, please send a |