Recent changes introduced bugs into the nightly version of rustc, which prevented my crate from being built on docs.rs.
Although the bugs were patched within a few days, I still had to manually trigger a rebuild on docs.rs, which was somewhat frustrating.
I wonder if there is a way to configure docs.rs to build my crate using the stable version of Rust instead of nightly?