fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
62 stars 34 forks source link

Build broken due to error on `openssl-kdf v0.4.1` #558

Closed 7flying closed 1 year ago

7flying commented 1 year ago
error: unsupported output in build script of `openssl-kdf v0.4.1`: `cargo::rustc-link-lib=crypto`
Found a `cargo::key=value` build directive which is reserved for future use.
Either change the directive to `cargo:key=value` syntax (note the single `:`) or upgrade your version of Rust.
See https://doc.rust-lang.org/cargo/reference/build-scripts.html#outputs-of-the-build-script for more information about build script outputs.
warning: build failed, waiting for other jobs to finish...
Error: Process completed with exit code 101.
7flying commented 1 year ago

There is a PR (https://github.com/puiterwijk/rust-openssl-kdf/pull/16) fixing that already on the relevant crate, but we need to wait for a new release.