diff options
| author | Steven Fackler <[email protected]> | 2014-01-18 13:38:32 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-01-18 13:38:32 -0800 |
| commit | f6243490d3f600f7eb6e60d5bcd00c24bc1ba2e8 (patch) | |
| tree | d5edf791619bd044533214e1ff0eecf1b5985b3a | |
| parent | Add a way to print the target binary (diff) | |
| download | rust-openssl-f6243490d3f600f7eb6e60d5bcd00c24bc1ba2e8.tar.xz rust-openssl-f6243490d3f600f7eb6e60d5bcd00c24bc1ba2e8.zip | |
Shorten 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"]; +#[crate_id="github.com/sfackler/rust-openssl#openssl:0.0"]; #[crate_type="lib"]; #[doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")]; |