mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-16 18:59:55 +00:00
Fix rustdoc args
This commit is contained in:
parent
0647de5e8d
commit
3538b6b681
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
# Version 0.99.1
|
||||
|
||||
- Fix rustdoc args on docs.rs
|
||||
|
||||
# Version 0.99.0
|
||||
|
||||
- Initial beta release
|
||||
|
|
|
@ -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 = []
|
||||
|
|
Loading…
Reference in a new issue