about summary refs log tree commit diff
path: root/src/rustdoc_ng/rustdoc_ng.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-09-22 00:25:56 -0700
committerbors <bors@rust-lang.org>2013-09-22 00:25:56 -0700
commit07167826d6b7b30c96cc9d6227fbe01b65e980f8 (patch)
tree9309e541c547cf3aecc6bee77c6786dfa30e58a2 /src/rustdoc_ng/rustdoc_ng.rs
parenteabcb39f8d5c634185174461481ec1f39fe07bcb (diff)
parent695cb9fc2b1bb98a9affac3887806925f962c0aa (diff)
downloadrust-07167826d6b7b30c96cc9d6227fbe01b65e980f8.tar.gz
rust-07167826d6b7b30c96cc9d6227fbe01b65e980f8.zip
auto merge of #9395 : brson/rust/0.8, r=alexcrichton
Diffstat (limited to 'src/rustdoc_ng/rustdoc_ng.rs')
-rw-r--r--src/rustdoc_ng/rustdoc_ng.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustdoc_ng/rustdoc_ng.rs b/src/rustdoc_ng/rustdoc_ng.rs
index 4bff60c71b7..968e0fb07c0 100644
--- a/src/rustdoc_ng/rustdoc_ng.rs
+++ b/src/rustdoc_ng/rustdoc_ng.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 #[link(name = "rustdoc_ng",
-       vers = "0.8-pre",
+       vers = "0.8",
        uuid = "8c6e4598-1596-4aa5-a24c-b811914bbbc6",
        url = "https://github.com/mozilla/rust/tree/master/src/rustdoc_ng")];