* Changed version in README

This commit is contained in:
Mark Nijboer 2020-06-22 17:02:02 +02:00
parent 2c12f47652
commit a80ed7f1d9
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ This library permits the creation of 2FA authentification tokens per TOTP, the v
Add it to your `Cargo.toml`:
```toml
[dependencies]
totp-rs = "~0.3"
totp-rs = "~0.4"
```
You can then do something like:
```Rust
@ -35,7 +35,7 @@ println!("{}", token);
Add it to your `Cargo.toml`:
```toml
[dependencies.totp-rs]
version = "~0.3"
version = "~0.4"
features = ["qr"]
```
You can then do something like: