-
Notifications
You must be signed in to change notification settings - Fork 224
Make nightly version configurable #228
Copy link
Copy link
Open
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateC-enhancementCategory: This is a new featureCategory: This is a new featureE-mediumEffort: This requires a fair amount of workEffort: This requires a fair amount of work
Metadata
Metadata
Assignees
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateC-enhancementCategory: This is a new featureCategory: This is a new featureE-mediumEffort: This requires a fair amount of workEffort: This requires a fair amount of work
Type
Fields
Give feedbackNo fields configured for issues without a type.
It happens from time to time that some crate can't build on a nightly version which results in broken documentation. In this case the author of the crate usually has to wait for the nightly version docs.rs uses to be bumped and hope that problems will go away.
Right now, my crate barrel fails to build documentation because the
dieselversion I require requires a newer nightly.It would be so much better if, apart from bumping the nightly version from time to time, enabling users to tell docs.rs what nightly version to use. This way users can either opt-into the current nightly or pin documentation on a version they know works.
Edit After having seen https://github.com/onur/docs.rs/pull/225 I'm wondering what other work is needed to make the rust version used by docs.rs configurable.