Commit 57cbb0013e9a5395cd2c04e6e8f5e4741c296988

Cléo Rebert 2024-01-19T17:03:50

Fix rustdoc Signed-off-by: Cléo 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 0892f38..eeda56e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "totp-rs"
-version = "5.5.0"
+version = "5.5.1"
 authors = ["Cleo Rebert <cleo.rebert@gmail.com>"]
 rust-version = "1.61"
 edition = "2021"
@@ -19,7 +19,7 @@ members = [
 
 [package.metadata.docs.rs]
 all-features = true
-rustc-args = ["--cfg", "docsrs"]
+rustdoc-args = ["--cfg", "docsrs"]
 
 [features]
 default = []