Skip to content

Commit 34f54d7

Browse files
committed
Merge pull request #76 from aturon/rust-1.5-amend
Stop mentioning cargo-extras, which doesn't build on stable
2 parents 201f292 + 48badc3 commit 34f54d7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_posts/2015-12-10-Rust-1.5.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The community is already taking advantage of `cargo install` to
2121
install applications like
2222
[rustfmt](https://github.com/rust-lang-nursery/rustfmt), the
2323
work-in-progress code formatting tool for Rust. Moreover, `cargo install`
24-
can also be used to install new subcommands for Cargo itself. Many of
25-
these are collected in the
26-
[Cargo extras](https://github.com/kbknapp/cargo-extras) package:
24+
can also be used to install new subcommands for Cargo itself:
2725

28-
* `cargo check`: statically check a project, but don't build a binary.
29-
* `cargo edit`: add or remove dependencies for a project through the command line.
30-
* `cargo graph`: build dependency graphs for a project using GraphViz.
31-
* `cargo watch`: automatically re-run a Cargo command when the project changes.
26+
* `cargo-check`: statically check a project, but don't build a binary.
27+
* `cargo-edit`: add or remove dependencies for a project through the command line.
28+
* `cargo-graph`: build dependency graphs for a project using GraphViz.
29+
* `cargo-watch`: automatically re-run a Cargo command when the project changes.
30+
31+
(You can find more with a [crates.io search](https://crates.io/search?q=subcommand).)
3232

3333
In addition to these tooling changes, Rust 1.5 sees a large number of
3434
library API stabilizations, especially around the interaction of paths

0 commit comments

Comments
 (0)