crate_id -> crate_name

This commit is contained in:
Michael Gehring 2014-07-06 11:58:41 +02:00
parent 5ed462643c
commit 2b48889466
1 changed files with 1 additions and 1 deletions

2
lib.rs
View File

@ -1,5 +1,5 @@
#![feature(struct_variant, macro_rules)] #![feature(struct_variant, macro_rules)]
#![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"] #![crate_name="openssl"]
#![crate_type="rlib"] #![crate_type="rlib"]
#![crate_type="dylib"] #![crate_type="dylib"]
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]