diff --git a/Cargo.toml b/Cargo.toml index 11a292fe1..608b7e0ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license-file = "LICENSE" name = "ring" readme = "README.md" repository = "https://github.com/briansmith/ring" -version = "0.3.0" +version = "0.3.1" keywords = [ "crypto", "rand", "signature", "AEAD", "RSA" ] exclude = [ diff --git a/build.rs b/build.rs index 39c895cc7..7346666cf 100644 --- a/build.rs +++ b/build.rs @@ -19,7 +19,6 @@ const_err, dead_code, deprecated, - drop_with_repr_extern, exceeding_bitshifts, fat_ptr_transmutes, improper_ctypes, diff --git a/src/lib.rs b/src/lib.rs index dd42eefa4..788f0b983 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -44,7 +44,6 @@ const_err, dead_code, deprecated, - drop_with_repr_extern, exceeding_bitshifts, fat_ptr_transmutes, improper_ctypes,