diff options
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | Cargo.toml | 2 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/CHANGELOG.md b/CHANGELOG.md index edc33f6..61cdf13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Unreleased +- Update the nitrokey-sys dependency version specification to ~3.4. +  # v0.3.4 (2019-01-20)  - Fix authentication methods that assumed that `char` is signed. @@ -18,7 +18,7 @@ test-storage = []  [dependencies]  libc = "0.2" -nitrokey-sys = "3.4" +nitrokey-sys = "~3.4"  rand_core = {version = "0.3", default-features = false}  rand_os = {version = "0.1"} | 
