Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
Signed-off-by: Cleo Rebert <[email protected]>
  • Loading branch information
constantoine committed Jan 14, 2023
1 parent 6f4d288 commit c890731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "totp-rs"
version = "4.1.0"
version = "4.2.0"
authors = ["Cleo Rebert <[email protected]>"]
rust-version = "1.59"
edition = "2021"
Expand All @@ -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 = []
Expand Down

0 comments on commit c890731

Please sign in to comment.