Commit 95d047c615d86f662603e763e885ef0d1981ab3c

Cléo Rebert 2022-01-13T16:17:19

Changed to 7.0 for 2021 edition

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/README.md b/README.md
index bf3ad29..c743e19 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ With optional feature "serde_support", library-defined types will be Deserialize
 Add it to your `Cargo.toml`:
 ```toml
 [dependencies]
-totp-rs = "~0.6"
+totp-rs = "~0.7"
 ```
 You can then do something like:
 ```Rust
@@ -65,6 +65,6 @@ println!("{}", code);
 Add it to your `Cargo.toml`:
 ```toml
 [dependencies.totp-rs]
-version = "~0.6"
+version = "~0.7"
 features = ["serde_support"]
 ```