Skip to content

Commit

Permalink
Add rustdoc args
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jun 6, 2021
1 parent dcf2522 commit 744458f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "messages"
version = "0.2.3"
version = "0.2.4"
authors = ["Igor Aleksanov <[email protected]>"]
edition = "2018"
repository = "https://github.com/popzxc/messages-rs"
Expand Down Expand Up @@ -81,3 +81,4 @@ required-features = ["runtime-tokio"]

[package.metadata.docs.rs]
features = ["runtime-tokio"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit 744458f

Please sign in to comment.