aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/lib.rs
diff options
context:
space:
mode:
authorErick Tryzelaar <[email protected]>2013-12-27 22:02:38 -0500
committerErick Tryzelaar <[email protected]>2013-12-27 22:02:38 -0500
commit85e6d1db12e63a24e9afc1d61c604597dc6c91d5 (patch)
treea75a30f41deba1b09966acd8df637ccfbfb533ce /src/crypto/lib.rs
parentSwitch over to rustpkg (diff)
downloadrust-openssl-85e6d1db12e63a24e9afc1d61c604597dc6c91d5.tar.xz
rust-openssl-85e6d1db12e63a24e9afc1d61c604597dc6c91d5.zip
update to rust 0.9-pre (a5fa1d9)
Diffstat (limited to 'src/crypto/lib.rs')
-rw-r--r--src/crypto/lib.rs8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/crypto/lib.rs b/src/crypto/lib.rs
index 7ed4bfd9..f1038450 100644
--- a/src/crypto/lib.rs
+++ b/src/crypto/lib.rs
@@ -15,13 +15,7 @@
* limitations under the License.
*/
-#[link(name = "crypto",
- package_id = "crypto",
- vers = "0.3",
- uuid = "38297409-b4c2-4499-8131-a99a7e44dad3")];
-#[crate_type = "lib"];
-
-#[feature(globs)];
+#[crate_id = "crypto#0.3"];
pub mod hash;
pub mod hex;