diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d27c71..b3bb8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.99.1 + +- Fix rustdoc args on docs.rs + # Version 0.99.0 - Initial beta release diff --git a/Cargo.toml b/Cargo.toml index 633a47c..8963f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-std" -version = "0.99.0" +version = "0.99.1" authors = [ "Stjepan Glavina ", "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 = []