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`