about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-01-02 10:24:26 -0800
committerBrian Anderson <banderson@mozilla.com>2014-01-02 12:55:20 -0800
commit56ec9c23a4a7c8f92727f3fd4e102c31a44098de (patch)
tree1045fbe189a9d1e29ffeea986095cdb13bb25d11 /src/libnative
parent0df9b850ac1ed3abd0ff5abfbb716af83501dd5a (diff)
downloadrust-56ec9c23a4a7c8f92727f3fd4e102c31a44098de.tar.gz
rust-56ec9c23a4a7c8f92727f3fd4e102c31a44098de.zip
Bump version to 0.9
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 498945a04cb..b3b83fda599 100644
--- a/src/libnative/lib.rs
+++ b/src/libnative/lib.rs
@@ -14,7 +14,7 @@
 //! runtime. In addition, all I/O provided by this crate is the thread blocking
 //! version of I/O.
 
-#[crate_id = "native#0.9-pre"];
+#[crate_id = "native#0.9"];
 #[license = "MIT/ASL2"];
 #[crate_type = "rlib"];
 #[crate_type = "dylib"];