-
Notifications
You must be signed in to change notification settings - Fork 222
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
Error: external_doc feature removed and unknown feature #363
Comments
Nightly Rust is usually pinned to a version. rust-toolchain currently lists |
After moving to the pinned version, now i'm getting errors about the dependencies.
Since there is no other dependency added to cargo but bulletproof, im guessing it's still a crate issue |
You'll have to find out what version of packed_simd_2 you need, which was compatible with that Rust nightly version. A good first guess is by looking at crates.io at the release time of the nightly version, and try some around that time. |
It doesn't seem to be only for packed_simd_2, |
And downgrading to old packages from the time of nightly just produces more dependency issues, and in the end returns to proc-macro2 not being compiled. Maybe a lock system? |
|
When I add the crate as such in Cargo.toml:
I get the following errors which seem to be due to some removed feature from rust?
The rust is in nightly by default but i don't know if I've missed anything else.
The text was updated successfully, but these errors were encountered: