about summary refs log tree commit diff
path: root/src/libnative
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-01-09 22:47:26 -0800
committerBrian Anderson <banderson@mozilla.com>2014-01-12 17:45:22 -0800
commit46905c04f56a2cf344f06d13bb430580d66f4e44 (patch)
treea96f8efe9b7413089191f19911fa1efb340c4142 /src/libnative
parent6e352d763134d776934058cec72f2c69c1034eaa (diff)
downloadrust-46905c04f56a2cf344f06d13bb430580d66f4e44.tar.gz
rust-46905c04f56a2cf344f06d13bb430580d66f4e44.zip
Bump version to 0.10-pre
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 5acd34955ca..91c5e505178 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"];
+#[crate_id = "native#0.10-pre"];
 #[license = "MIT/ASL2"];
 #[crate_type = "rlib"];
 #[crate_type = "dylib"];