-
Notifications
You must be signed in to change notification settings - Fork 252
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
expected type re: c_void #200
Comments
I'm sort of lost in the jungle of |
I'm confused why version = "0.3.3" is downloading version "0.3.30" Is there a semver bug? |
Nevermind, I just read https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html |
I'm going to close this since the minimum required version for this crate is now 1.32.0 |
rust-lang-deprecated/error-chain#263
I'm using Rust 1.25 in travis and received an error.
note: expected type
core::option::Option<*mut libc::c_void>
found type
core::option::Option<*mut std::os::raw::c_void>
The text was updated successfully, but these errors were encountered: