From a2362ee43553bfd27e753aa0dbbbdf6bfc2cee11 Mon Sep 17 00:00:00 2001 From: Rain Date: Mon, 25 May 2020 19:23:16 -0700 Subject: [PATCH] reword CRATE_POLICY slightly --- CRATE_POLICY.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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