Bumped version

Signed-off-by: Cleo Rebert <cleo.rebert@gmail.com>
This commit is contained in:
Cleo Rebert 2023-01-14 15:58:20 +01:00
parent 6f4d2883f2
commit c890731092
No known key found for this signature in database
GPG Key ID: C4924AFB1AF807BF
1 changed files with 2 additions and 2 deletions

View File

@ -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 = []