diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-07 18:12:55 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-04-07 18:12:55 +0530 |
| commit | 50cb31f0e767a469751c644136754129f1ac4247 (patch) | |
| tree | 11c818563650d20a3ebad8a4d7e7edf7386b5c9a | |
| parent | 6f852f562094c926e2aaca11c9f508f60e449302 (diff) | |
| parent | 92d00262c36e12ed848ca8b248cb81f16e7f2deb (diff) | |
| download | rust-50cb31f0e767a469751c644136754129f1ac4247.tar.gz rust-50cb31f0e767a469751c644136754129f1ac4247.zip | |
Rollup merge of #24088 - GuillaumeGomez:patch-1, r=alexcrichton
Fixes #24060.
| -rw-r--r-- | src/doc/trpl/hello-cargo.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/hello-cargo.md b/src/doc/trpl/hello-cargo.md index b45211e3a08..ae2a79bafec 100644 --- a/src/doc/trpl/hello-cargo.md +++ b/src/doc/trpl/hello-cargo.md @@ -1,7 +1,7 @@ % Hello, Cargo! [Cargo](http://crates.io) is a tool that Rustaceans use to help manage their -Rust projects. Cargo is currently in an alpha state, just like Rust, and so it +Rust projects. Cargo is currently in a pre-1.0 state, just like Rust, and so it is still a work in progress. However, it is already good enough to use for many Rust projects, and so it is assumed that Rust projects will use Cargo from the beginning. |
