diff options
| author | Steven Fackler <[email protected]> | 2013-12-15 22:05:33 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2013-12-15 22:05:33 -0800 |
| commit | ce86e4a4c4005afcbf601abf28ec346024ee40b1 (patch) | |
| tree | a3573956c089a4276b9bf37227bb007ebf55e27d | |
| parent | Remove some unused bindings (diff) | |
| download | rust-openssl-ce86e4a4c4005afcbf601abf28ec346024ee40b1.tar.xz rust-openssl-ce86e4a4c4005afcbf601abf28ec346024ee40b1.zip | |
Switch from link to pkgid
| -rw-r--r-- | lib.rs | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ #[feature(struct_variant, macro_rules)]; - -// Needed for rustdoc-ng -#[link(name="rust-ssl", vers="0.1", - package_id="github.com/sfackler/rust-ssl")]; +#[pkgid="github.com/sfackler/rust-ssl"]; #[doc(html_root_url="http://sfackler.github.io/rust-ssl/doc/rust-ssl/")]; use std::cast; |