From 7de3d0677284b05a835a4217f73323b27d2ea46e Mon Sep 17 00:00:00 2001 From: Cleo Rebert Date: Mon, 13 Apr 2020 18:06:33 +0200 Subject: [PATCH] Changed dependency version for more compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ```