about summary refs log tree commit diff
path: root/src/libworkcache/lib.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-04-03 13:52:03 -0700
committerbors <bors@rust-lang.org>2014-04-03 13:52:03 -0700
commitbb31cb8d2e4e415cbb71d368918d72902e655e01 (patch)
treebf44811a29eb5f1dba840f22d1d8b59df27fc9e8 /src/libworkcache/lib.rs
parent6f1c06d6a1b97fcd80d85c38bb33f8350c750401 (diff)
parent46867cc3e4ddcbb1d359a315805de00094dacaf9 (diff)
downloadrust-bb31cb8d2e4e415cbb71d368918d72902e655e01.tar.gz
rust-bb31cb8d2e4e415cbb71d368918d72902e655e01.zip
auto merge of #13286 : alexcrichton/rust/release, r=brson
Merging the 0.10 release into the master branch.
Diffstat (limited to 'src/libworkcache/lib.rs')
-rw-r--r--src/libworkcache/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libworkcache/lib.rs b/src/libworkcache/lib.rs
index 571f4340120..8a55d24f143 100644
--- a/src/libworkcache/lib.rs
+++ b/src/libworkcache/lib.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![crate_id = "workcache#0.10-pre"]
+#![crate_id = "workcache#0.10"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]