diff options
Diffstat (limited to 'src/crypto/lib.rs')
| -rw-r--r-- | src/crypto/lib.rs | 8 |
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; |