diff options
| author | bors <bors@rust-lang.org> | 2014-01-03 09:56:44 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-01-03 09:56:44 -0800 |
| commit | 11ce6b709ace233e473eddb26e3e23c2c4c16cdd (patch) | |
| tree | fcd5c05d3137f5cb64e9d8ed33a5671d23eaa684 /src/libnative | |
| parent | a1cb8dc30c6adc88703763a8703b6a3027598b2d (diff) | |
| parent | 56ec9c23a4a7c8f92727f3fd4e102c31a44098de (diff) | |
| download | rust-11ce6b709ace233e473eddb26e3e23c2c4c16cdd.tar.gz rust-11ce6b709ace233e473eddb26e3e23c2c4c16cdd.zip | |
auto merge of #11276 : brson/rust/0.9, r=pcwalton
Diffstat (limited to 'src/libnative')
| -rw-r--r-- | src/libnative/lib.rs | 2 |
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"]; |
