about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2015-04-06 11:14:21 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2015-04-06 11:14:21 +0200
commit92d00262c36e12ed848ca8b248cb81f16e7f2deb (patch)
tree580d0577e8a64b58d9fa3c3217a1f0588aadc0bb
parent7155c8d1c03931b1be04c8eba0b9497ae1a494ac (diff)
downloadrust-92d00262c36e12ed848ca8b248cb81f16e7f2deb.tar.gz
rust-92d00262c36e12ed848ca8b248cb81f16e7f2deb.zip
Replace alpha state by pre-1.0
-rw-r--r--src/doc/trpl/hello-cargo.md2
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.