diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-04-03 16:28:46 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-04-03 16:28:46 -0700 |
| commit | 0875ffcbfff1b8b432ae09dd435466f34e2c61fa (patch) | |
| tree | d09361df10af0ea15628e14c9b86f504be42ab60 /src/libterm/lib.rs | |
| parent | bb31cb8d2e4e415cbb71d368918d72902e655e01 (diff) | |
| download | rust-0875ffcbfff1b8b432ae09dd435466f34e2c61fa.tar.gz rust-0875ffcbfff1b8b432ae09dd435466f34e2c61fa.zip | |
Bump version to 0.11-pre
This also changes some of the download links in the documentation to 'nightly'.
Diffstat (limited to 'src/libterm/lib.rs')
| -rw-r--r-- | src/libterm/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libterm/lib.rs b/src/libterm/lib.rs index f22839f2b48..05104d5729f 100644 --- a/src/libterm/lib.rs +++ b/src/libterm/lib.rs @@ -10,7 +10,7 @@ //! Simple ANSI color library -#![crate_id = "term#0.10"] +#![crate_id = "term#0.11-pre"] #![comment = "Simple ANSI color library"] #![license = "MIT/ASL2"] #![crate_type = "rlib"] |
