diff --git a/CRATE_POLICY.md b/CRATE_POLICY.md index bfce3312f..d796f354d 100644 --- a/CRATE_POLICY.md +++ b/CRATE_POLICY.md @@ -4,9 +4,7 @@ The playground selects a number of root crates to include: - The top 100 crates based on [all time downloads][] - Crates from the [Rust cookbook][] - -The latest stable version of these crates are available, as well as -whatever dependencies these crates require. +- Transitive dependencies of the above crates ## Why is there a policy? @@ -42,4 +40,4 @@ majority of implementation work. [all time downloads]: https://crates.io/crates?sort=downloads [Rust cookbook]: https://rust-lang-nursery.github.io/rust-cookbook/ -[alternate algorithms]: https://github.com/integer32llc/rust-playground/issues/101 \ No newline at end of file +[alternate algorithms]: https://github.com/integer32llc/rust-playground/issues/101