Skip to content

Commit

Permalink
Update issue template (#3425)
Browse files Browse the repository at this point in the history
`cargo tree` subcommand is available by default since Rust 1.44.
  • Loading branch information
taiki-e committed Jan 14, 2021
1 parent 672be92 commit 0595902
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 0595902

Please sign in to comment.