From 0595902ba412c17abf34da64e5a467a8da6a872e Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 14 Jan 2021 23:09:05 +0900 Subject: [PATCH] Update issue template (#3425) `cargo tree` subcommand is available by default since Rust 1.44. --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 98cf6116a..70f3cb8a5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,12 +9,7 @@ assignees: '' **Version** List the versions of all `tokio` crates you are using. The easiest way to get -this information is using `cargo-tree`. - -`cargo install cargo-tree` -(see install here: https://github.com/sfackler/cargo-tree) - -Then: +this information is using `cargo tree` subcommand: `cargo tree | grep tokio`