Skip to content

Pin dependencies

Pin dependencies #8

Triggered via pull request November 20, 2024 02:46
Status Success
Total duration 4m 6s
Artifacts

security-action.yml Required

on: pull_request
Fit to window
Zoom out
Zoom in

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)]`