Pin dependencies #8
security-action.yml Required
on: pull_request
security
3m 57s
Annotations
9 errors
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L532
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:532:16
|
532 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L499
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:499:16
|
499 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L426
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:426:16
|
426 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L387
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:387:16
|
387 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L295
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:295:16
|
295 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L255
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:255:16
|
255 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L217
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:217:16
|
217 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L93
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:93:16
|
93 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
|
unexpected `cfg` condition value: `cbindgen`:
src/oprf.rs#L37
error: unexpected `cfg` condition value: `cbindgen`
--> src/oprf.rs:37:16
|
37 | #[cfg_attr(not(feature = "cbindgen"), repr(C))]
| ^^^^^^^^^^^^^^^^^^^^
|
= note: expected values for `feature` are: `alloc`, `base64`, `default`, `serde`, `serde_base64`, and `std`
= help: consider adding `cbindgen` as a feature in `Cargo.toml`
= note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
= note: `-D unexpected-cfgs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unexpected_cfgs)]`
|