Fix build breakage with Rust Nightly.
`drop_with_repr_extern` was removed when Drop flags were removed.
This commit is contained in:
parent
89ab6d265c
commit
5212701f46
@ -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 = [
|
||||
|
1
build.rs
1
build.rs
@ -19,7 +19,6 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
deprecated,
|
||||
drop_with_repr_extern,
|
||||
exceeding_bitshifts,
|
||||
fat_ptr_transmutes,
|
||||
improper_ctypes,
|
||||
|
@ -44,7 +44,6 @@
|
||||
const_err,
|
||||
dead_code,
|
||||
deprecated,
|
||||
drop_with_repr_extern,
|
||||
exceeding_bitshifts,
|
||||
fat_ptr_transmutes,
|
||||
improper_ctypes,
|
||||
|
Loading…
x
Reference in New Issue
Block a user