diff options
| author | Michael Gehring <[email protected]> | 2014-07-06 11:58:41 +0200 |
|---|---|---|
| committer | Michael Gehring <[email protected]> | 2014-07-06 11:59:07 +0200 |
| commit | 2b48889466f292791c71839b217b0d2a84f114a9 (patch) | |
| tree | 2f9ff116249c3768e8a98f6e142532d387bb7e7b | |
| parent | --crate-file-name -> --print-file-name (diff) | |
| download | rust-openssl-2b48889466f292791c71839b217b0d2a84f114a9.tar.xz rust-openssl-2b48889466f292791c71839b217b0d2a84f114a9.zip | |
crate_id -> crate_name
| -rw-r--r-- | lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #![feature(struct_variant, macro_rules)] -#![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"] +#![crate_name="openssl"] #![crate_type="rlib"] #![crate_type="dylib"] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] |