diff options
| author | Brian Anderson <banderson@mozilla.com> | 2014-10-09 09:36:30 -0700 | 
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2014-10-09 09:36:30 -0700 | 
| commit | 158eaa643b96f474c6aeb11a94d6ba444c1f3867 (patch) | |
| tree | 21e29d8f49e7beb7617c336d2865903962d53bf2 /src/libserialize/lib.rs | |
| parent | dfd52817ee81676e0cdba4ab2c5badf195fcfda7 (diff) | |
| parent | ba4081a5a8573875fed17545846f6f6902c8ba8d (diff) | |
| download | rust-158eaa643b96f474c6aeb11a94d6ba444c1f3867.tar.gz rust-158eaa643b96f474c6aeb11a94d6ba444c1f3867.zip | |
Merge tag '0.12.0'
0.12.0 release
Diffstat (limited to 'src/libserialize/lib.rs')
| -rw-r--r-- | src/libserialize/lib.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/libserialize/lib.rs b/src/libserialize/lib.rs index 6de8ca19844..e906fed448f 100644 --- a/src/libserialize/lib.rs +++ b/src/libserialize/lib.rs @@ -21,7 +21,7 @@ Core encoding and decoding interfaces. #![license = "MIT/ASL2"] #![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", html_favicon_url = "http://www.rust-lang.org/favicon.ico", - html_root_url = "http://doc.rust-lang.org/master/", + html_root_url = "http://doc.rust-lang.org/0.12.0/", html_playground_url = "http://play.rust-lang.org/")] #![allow(unknown_features)] #![feature(macro_rules, default_type_params, phase, slicing_syntax)] | 
