I have a error:
$ cargo build
Updating crates.io index
error: failed to select a version for the requirement `security-framework = "^0.1.13"`
candidate versions found which didn't match: 2.9.2, 2.9.1, 2.9.0, ...
location searched: crates.io index
required by package `native-tls v0.1.4`
... which satisfies dependency `native-tls = "^0.1.4"` of package `openapi_client v1.0.0 (/home/ariesfang/project/rust-server-server1)`
perhaps a crate was updated and forgotten to be re-vendored?
$
All 0.1 versions of the security-framework crate have been yanked from crates.io.
That means that new projects can't download them any more, nor can you use crates that depend on any of the 0.1 versions of security-framework, like the very old version 0.1.* of native-tls (5 years old).
I have a error:
All 0.1 versions of the security-framework crate have been yanked from crates.io.
That means that new projects can't download them any more, nor can you use crates that depend on any of the 0.1 versions of security-framework, like the very old version 0.1.* of native-tls (5 years old).