about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-03 19:56:45 -0700
committerbors <bors@rust-lang.org>2014-04-03 19:56:45 -0700
commit2a2d0dce87d8d2d77a1266a3b255b04651f36fe2 (patch)
tree4c0b0f3762f8412c78ea96df5726cb1e312268cf /src/libnative
parentc2e457686b77a7eec906549b73feba314667235b (diff)
parent0875ffcbfff1b8b432ae09dd435466f34e2c61fa (diff)
auto merge of #13296 : brson/rust/0.11-pre, r=alexcrichton
This also changes some of the download links in the documentation
to 'nightly'.
Diffstat (limited to 'src/libnative')
-rw-r--r--src/libnative/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnative/lib.rs b/src/libnative/lib.rs
index 43a14fb893e..8afbbda71c2 100644
--- a/src/libnative/lib.rs
+++ b/src/libnative/lib.rs
@@ -41,7 +41,7 @@
 //! }
 //! ```
 
-#![crate_id = "native#0.10"]
+#![crate_id = "native#0.11-pre"]
 #![license = "MIT/ASL2"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]