Commit c890731092497be644de7db0f6a5821f5c03906c

Cleo Rebert 2023-01-14T15:58:20

Bumped version Signed-off-by: Cleo Rebert <cleo.rebert@gmail.com>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/Cargo.toml b/Cargo.toml
index 377f53d..7aea3df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "totp-rs"
-version = "4.1.0"
+version = "4.2.0"
 authors = ["Cleo Rebert <cleo.rebert@gmail.com>"]
 rust-version = "1.59"
 edition = "2021"
@@ -13,7 +13,7 @@ keywords = ["authentication", "2fa", "totp", "hmac", "otp"]
 categories = ["authentication", "web-programming"]
 
 [package.metadata.docs.rs]
-features = [ "qr", "serde_support" ]
+features = [ "qr", "serde_support", "gen_secret" ]
 
 [features]
 default = []