Skip to content

Commit d21bac4

Browse files
author
Stjepan Glavina
committed
Fix rustdoc args
1 parent 3538b6b commit d21bac4

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Version 0.99.1
2-
3-
- Fix rustdoc args on docs.rs
4-
5-
# Version 0.99.0
1+
# Version 0.99.2
62

73
- Initial beta release

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-std"
3-
version = "0.99.1"
3+
version = "0.99.2"
44
authors = [
55
"Stjepan Glavina <stjepang@gmail.com>",
66
"The async-std Project Developers",
@@ -16,7 +16,7 @@ categories = ["asynchronous", "concurrency", "network-programming"]
1616

1717
[package.metadata.docs.rs]
1818
features = ["docs"]
19-
rustdoc-args = ["--features", "docs"]
19+
rustdoc-args = ["--cfg", "feature=\"docs\""]
2020

2121
[features]
2222
docs = []

0 commit comments

Comments
 (0)