diff --git a/rust/bssl-sys/Cargo.toml b/rust/bssl-sys/Cargo.toml index 7e863dae3..bf490e4dc 100644 --- a/rust/bssl-sys/Cargo.toml +++ b/rust/bssl-sys/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "bssl-sys" version = "0.1.0" -authors = ["Benjamin Brittain "] edition = "2018" publish = false license = "ISC" @@ -11,4 +10,4 @@ license = "ISC" links = "bssl" [lints.rust] -unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unsupported_inline_wrappers)', 'cfg(soong)'] } +unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unsupported_inline_wrappers)', 'cfg(bindgen_rs_file)'] }