2
0
Fork 1
mirror of https://github.com/async-rs/async-std.git synced 2025-01-16 10:49:55 +00:00

Fix rustdoc args

This commit is contained in:
Stjepan Glavina 2019-08-16 17:24:00 +02:00
parent 0647de5e8d
commit 3538b6b681
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# Version 0.99.1
- Fix rustdoc args on docs.rs
# Version 0.99.0
- Initial beta release

View file

@ -1,6 +1,6 @@
[package]
name = "async-std"
version = "0.99.0"
version = "0.99.1"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"The async-std Project Developers",
@ -16,7 +16,7 @@ categories = ["asynchronous", "concurrency", "network-programming"]
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--features docs"]
rustdoc-args = ["--features", "docs"]
[features]
docs = []