Changed dependency version for more compatibility

This commit is contained in:
Cleo Rebert 2020-04-13 18:06:33 +02:00
parent 7876ca57c7
commit 7de3d06772
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ This library permits the creation of 2FA authentification tokens per TOTP, the v
Add it to your `Cargo.toml`:
```toml
[dependencies]
totp-rs = "0.2.0"
totp-rs = "~0.2"
```