Skip to content

Commit

Permalink
Add docs feature labels
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jun 6, 2021
1 parent 41c9418 commit 95ac7f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "messages"
version = "0.2.2"
version = "0.2.3"
authors = ["Igor Aleksanov <[email protected]>"]
edition = "2018"
repository = "https://github.com/popzxc/messages-rs"
Expand Down
1 change: 1 addition & 0 deletions src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ macro_rules! cfg_runtime {
($($item:item)*) => {
$(
#[cfg(any(feature="runtime-tokio", feature="runtime-async-std"))]
#[cfg_attr(docsrs, doc(cfg(any(feature = "runtime-tokio", feature="runtime-async-std"))))]
$item
)*
}
Expand Down

0 comments on commit 95ac7f8

Please sign in to comment.