Skip to content

Commit 3538b6b

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

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.99.1
2+
3+
- Fix rustdoc args on docs.rs
4+
15
# Version 0.99.0
26

37
- 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.0"
3+
version = "0.99.1"
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 = ["--features", "docs"]
2020

2121
[features]
2222
docs = []

0 commit comments

Comments
 (0)