Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate Code (rust-server) can't build #11

Open
MH-F opened this issue Dec 27, 2023 · 0 comments
Open

Generate Code (rust-server) can't build #11

MH-F opened this issue Dec 27, 2023 · 0 comments

Comments

@MH-F
Copy link

MH-F commented Dec 27, 2023

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant