-
Notifications
You must be signed in to change notification settings - Fork 212
The requested resource does not exist #103
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
Comments
@rushmorem looks like v0.0.6-alpha2 failed to build. Some package also failed with same error message. I am not sure what is causing this. Maybe you can help, did you change any dependency in new version? |
I had a hunch this might be the problem. This log confirms that. The thing is I'm going to leave this issue open in case someone wants to try and fix this. @onur If docs.rs is working as intended here, feel free to close this issue. |
I believe docs.rs is working as intended. I tried to run example code in README: extern crate reql;
use reql::r;
fn main() {
r.connection().connect().expect("Failed to connect to the database server");
} with
And |
For some reason, some crates on docs.rs are coming up with this error message. This used to be a mystery to me but now even one of my own crates is returning this error for the latest version. Right now docs for v0.0.6-alpha2 are running into this error while those for v0.0.6-alpha1 and below are fine.
The text was updated successfully, but these errors were encountered: