Commit 7de3d0677284b05a835a4217f73323b27d2ea46e

Cleo Rebert 2020-04-13T18:06:33

Changed dependency version for more compatibility

1
2
3
4
5
6
7
8
9
10
11
diff --git a/README.md b/README.md
index 7ae2670..ec71a50 100644
--- a/README.md
+++ b/README.md
@@ -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"
 ```