Update issue template (#3425)

`cargo tree` subcommand is available by default since Rust 1.44.
This commit is contained in:
Taiki Endo
2021-01-14 23:09:05 +09:00
committed by GitHub
parent 672be92a03
commit 0595902ba4
+1 -6
View File
@@ -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`