8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I only recently noticed that my docs are have stopped building on docs.rs and show "Network Access blocked", which I think is the cause.
It's hard to tell what can cause this error so I'm looking through the changes logs and found it began when I added the following dependencies:
utoipa = { version = "5.3.1", features = ["actix_extras", "non_strict_integers"] } utoipa-actix-web = "0.1.2" utoipa-swagger-ui = { version = "9.0.0", features = ["reqwest", "actix-web"] }
I also notice that utoipa had what looks like the same problem with this version on docs.rs: https://docs.rs/crate/utoipa/0.1.0-beta.1/builds
Does this sound familiar? Thanks.
The text was updated successfully, but these errors were encountered:
I opened an issue on docs.rs which contains some more info in case others hit this problem:
rust-lang/docs.rs#2818
Sorry, something went wrong.
No branches or pull requests
I only recently noticed that my docs are have stopped building on docs.rs and show "Network Access blocked", which I think is the cause.
It's hard to tell what can cause this error so I'm looking through the changes logs and found it began when I added the following dependencies:
I also notice that utoipa had what looks like the same problem with this version on docs.rs: https://docs.rs/crate/utoipa/0.1.0-beta.1/builds
Does this sound familiar? Thanks.
The text was updated successfully, but these errors were encountered: